pingles / clj-kafka

Wrapper to the Java API for interacting with Kafka
Eclipse Public License 1.0
211 stars 77 forks source link

Readme port numbers. #63

Open noisesmith opened 9 years ago

noisesmith commented 9 years ago

In the example code in the readme file, standard server port numbers for kafka and zookeeper are intermixed, seemingly at random, with non-standard ports. It would be helpful if the examples started with defs of the port config rather than magic numbers, or at least sticking to the port numbers that will work with a vanilla install for a new user.