joekiller / jruby-kafka

Apache License 2.0
71 stars 52 forks source link

updated producer example and github code styling #26

Closed aliekens closed 9 years ago

aliekens commented 9 years ago

This updates the producer example in the README. I also moved to the examples' markdown formatting to github flavoured markdown so Ruby-specific highlighting can be used.

Up next for me is to get the consumer example working, as it is currently not working and some of the stuff in there is very confusing (e.g., why is there a sleep of 3 seconds???)

aliekens commented 9 years ago

I added another commit that updates the consumer example as some details in the current docs/example were confusing.

joekiller commented 9 years ago

Thanks for this.