You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to turn on additional logging or anything?
I created a producer that appears to connect - in fact, I see the topics get created. The result of "@producer.send_messages" returns true. However, no message appears to get sent.
(Well - kafka-avro-console-consumer tells me it consumed 0 messages. I'm new to kafka and am almost certainly doing something silly.)
In any case, I'm hoping there is a way to turn on some level of extended logging to determine what is not right...
Ray
The text was updated successfully, but these errors were encountered:
Is there a way to turn on additional logging or anything?
I created a producer that appears to connect - in fact, I see the topics get created. The result of "@producer.send_messages" returns true. However, no message appears to get sent.
(Well - kafka-avro-console-consumer tells me it consumed 0 messages. I'm new to kafka and am almost certainly doing something silly.)
In any case, I'm hoping there is a way to turn on some level of extended logging to determine what is not right...
Ray
The text was updated successfully, but these errors were encountered: