Re: queuing support and javadocs (newbie)

2014-03-18 Thread Jun Rao
We don't have java docs yet. However, you can look at the client api at http://kafka.apache.org/documentation.html#api The queue (or the buffer) in the producer client is in-memory only. If network connection is down, you can keep retrying sending the messages in the buffer. However, the buffer is

queuing support and javadocs (newbie)

2014-03-17 Thread ashili
We are trying to adapt kafka for our project and would appreciate comments on my following questions-thank you 1)where is javadoc for kafka 0.81? This helps me look at availaible API support. Googling (nor kafka wiki) didnt take me to javadoc 2)One of the use cases we are looking at is queuing s