I am running this kafka producer example mentioned in its site
The code:
public class TestProducer { public static void main(String[] args) {
Not sure but one possibility could be that the topic is not created on Kafka.
Check the web UI for kafka and make sure the topic you are using i.e. "page_visits" to send the data is created there.
If not it is very easy to create the topic using the GUI.