Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AvroProducer on python shows as working but data doesnt show on topic.. #8

Open
omryshay opened this issue Apr 20, 2023 · 1 comment

Comments

@omryshay
Copy link

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?

@alivraghi
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants