-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
Hi edenhill.
I'm trying to send messages between a producer and a consumer version of rdkafka_example through a kafka server, and no messages are given to the consumer. Kafka's version is 0.6, and I think that the problem right there.
Is there a way to send messages using this version of kafka using your library? If not, can I download a previous version or another library in C to do so? The language is very important because I want integrate kafka in a existing project.
Thanks and regards