Editing Kafka wiki pages (Confluence)?

2016-03-23 Thread Ganesh Nikam
steps to get the write access ? If you can give me the write access then that will be very helpful. Here is my Confluence user name: User name : ganesh.nikam Regards Ganesh Nikam

Editing Kafka wiki pages (Confluence)?

2016-03-19 Thread Ganesh Nikam
steps to get the write access ? If you can give me the write access then that will be very helpful. Here is my Confluence user name: User name : ganesh.nikam Regards Ganesh Nikam

how to wait next log message on the partition queue

2015-05-25 Thread Ganesh Nikam
HI All, I have basic question on kafka partition. Lets say I have one topic with partition 0. There is one producer which is producing log messages for this topic and there is one consumer also which is consuming messages on this topic. Assuming consumer is faster, after some time it reaches

what response does broker send when there is not message on the partition

2015-04-17 Thread Ganesh Nikam
Hi All, I have the kafka client which is fetching data from particular partition. On the broker there are there are some messages (say 100) on this partition and producers has stop producing the messages. Now my consumer consumers these 100 messages and the next fetch offset is set to 101.