Re: Writing a client: Connection pooling

2015-05-18 Thread Warren Falk
, etc. Guozhang On Thu, May 14, 2015 at 3:34 PM, Warren Falk war...@warrenfalk.com wrote: The C# client (kafka-net) isn't written by me; I'm just working on it. It has a separate producer and consumer, but the client is designed to connect to each broker exactly once and then reuse

Re: Writing a client: Connection pooling

2015-05-14 Thread Warren Falk
channel for metadata refresh. So I think we should modify the above statement in the wiki. Thanks for pointing out. Guozhang On Wed, May 13, 2015 at 7:44 AM, Warren Falk war...@warrenfalk.com wrote: I'm working on the C# client. The current Kafka Protocol page says this: it should

Writing a client: Connection pooling

2015-05-13 Thread Warren Falk
I'm working on the C# client. The current Kafka Protocol page says this: it should not generally be necessary to maintain multiple connections to a single broker from a single client instance (i.e. connection pooling) But then says this: The server guarantees that on a single TCP connection,