Re: Kafka dotnet SDK suggestion

2015-10-09 Thread sugumar analysis
Hi Ewen, Thanks for your quickest and valuable response. Because i struggled lot to get response for my queries. Some more clarification needed As per my understanding Confluent is Open source and we can use it in our Production environment. Assume we are using confluent. In our project there a

Re: Kafka dotnet SDK suggestion

2015-10-07 Thread Ewen Cheslack-Postava
The project doesn't make official recommendations about third party clients. The only client directly supported is the Java/Scala library included in the project's source repository. However, the community does maintain a list of third-party clients here: https://cwiki.apache.org/confluence/displa

Kafka dotnet SDK suggestion

2015-10-07 Thread sugumar analysis
Hi All, We are developing Messaging system with Kafka using DotNet (C#). We found there are 2 different SDK available for Dotnet 1. https://github.com/Jroland/kafka-net/ 2. https://github.com/ExactTargetDev/kafka-net First one is officially referred by Apache Kafka. But It is an initial stage,