Re: Does Kafka stores Producer/Consumer Details

2013-10-25 Thread Joel Koshy
> So Joel,can we get the simple details that how many producers's connection > a broker is maintaining? I don't think we directly maintain that information but it is readily available through standard OS-level tools (e.g., netstat). Thanks, Joel > > > On Fri, Oct 25, 2013 at 8:25 PM, Jun Rao w

Re: Does Kafka stores Producer/Consumer Details

2013-10-25 Thread Monika Garg
Thanks Joel and Jun. So Joel,can we get the simple details that how many producers's connection a broker is maintaining? On Fri, Oct 25, 2013 at 8:25 PM, Jun Rao wrote: > Details of the consumer implementation can be found at > > http://research.microsoft.com/en-us/um/people/srikanth/netdb11/n

Re: Does Kafka stores Producer/Consumer Details

2013-10-25 Thread Jun Rao
Details of the consumer implementation can be found at http://research.microsoft.com/en-us/um/people/srikanth/netdb11/netdb11papers/netdb11-final12.pdf Thanks, Jun On Thu, Oct 24, 2013 at 11:13 PM, Monika Garg wrote: > Hi, > > > > I am wondering does metadata of Kafka stores producer/consumer

Re: Does Kafka stores Producer/Consumer Details

2013-10-25 Thread Joel Koshy
> > I am wondering does metadata of Kafka stores producer/consumer information. > > As I start any producer,I provide a broker-list to it.But producer must be > connecting to one of the broker to send data(as per Im gettiing the > things).Similarly I can start more producer by giving a broker-list