My windows client is C#. And As I understand there is a legacy C# client. I
never try to execute java from C# code but it looks for me bad solution.
Does C# client
https://github.com/kafka-dev/kafka/tree/master/clients/csharp/src/Kafka/Kafka.Clientsupports
Kafka 0.7.2 ???
In order I want to mainta
Can you use the java client on Windows?
Thanks,
Jun
On Thu, Apr 18, 2013 at 12:11 AM, Oleg Ruchovets wrote:
> Hi .
> I am working on project:
> Project has producer which runs on Windows OS (C#) . Consumer is java on
> Linux.
>
> Question:
>What is the way to write to Kafka from Window
Hi .
I am working on project:
Project has producer which runs on Windows OS (C#) . Consumer is java on
Linux.
Question:
What is the way to write to Kafka from Windows OS? As I understand C#
client is legacy. So what is the way to write to Kafka from Windows? Can I
use C/C++ client from Wind