Re: Installation and Java Examples

2014-10-13 Thread Mohit Anchlia
By request/reply pattern I meant this: http://www.eaipatterns.com/RequestReply.html In this pattern client posts request on a queue and server sends the response on another queue. The jmsReplyTo property on a JMS message is commonly used to identify the response queue name. On Fri, Oct 10, 2014

Re: Installation and Java Examples

2014-10-10 Thread Harsha
Mohit, Kafka uses gradle to build the project, check the README.md under source dir for details on how to build and run unit tests. You can find consumer and producer api here http://kafka.apache.org/documentation.html and also more details on consumer http://kaf

Installation and Java Examples

2014-10-10 Thread Mohit Anchlia
I am new to Kafka and very little familiarity with Scala. I see that the build requires "sbt" tool, but do I also need to install Scala separately? Is there a detailed documentation on software requirements on the broker machine. I am also looking for 3 different types of java examples 1) Follow r