Confluent Clarification

2015-10-09 Thread Dinesh J
Hi All, We are Planning to use Confluent Rest API in our messaging system since we don't find any good Dot Net Client. Is the Kafka and ZooKeeper delivered by Confluent Zip is same as Apache Kafka? Or Changes made in Apache Kafka? Any one please Confirm this? Thanks, Dinesh

Kafka synchronous mode performance issue

2015-10-16 Thread Dinesh J
Hi All, We are using Kafka-Net(C#) for our kafka messaging system, we tested Producer to produce message to Kafka with Synchronous and Asynchronous mode. But In Asynchronous mode it performs well than Synchronous. Synchronous mode takes 2 minutes to produce 1000 message where as Asynchronous mode