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
hello, i am using avroproducer to produce some data that looks like that:
value = {"device": "string", "config1": "string", "config2": "string", "config3": "string", "timestamp": time}
key = {"device": "string"}
topic = "topic-name"
i am using the right crts and right urls and for some reason when i try to produce, that data doesnt show up in the topic itself.
the output i am getting out of the code is the right output for a succesful produce but still doenst show up.. the url works and everything seems fine and on another host i can do the same thing and it works.
is there maybe some ignored errors that i can try to see or any other solutions to that problem?
The text was updated successfully, but these errors were encountered:
It's not clear if the issue is about using my package or a generic issue of SR...
please, send me a (working) sample code to better explain you suggestion.
hello, i am using avroproducer to produce some data that looks like that:
value = {"device": "string", "config1": "string", "config2": "string", "config3": "string", "timestamp": time}
key = {"device": "string"}
topic = "topic-name"
i am using the right crts and right urls and for some reason when i try to produce, that data doesnt show up in the topic itself.
the output i am getting out of the code is the right output for a succesful produce but still doenst show up.. the url works and everything seems fine and on another host i can do the same thing and it works.
is there maybe some ignored errors that i can try to see or any other solutions to that problem?
The text was updated successfully, but these errors were encountered: