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

Producer (with avro) giving error after 1000 messages #21

Closed
rajeshnambiar opened this issue Aug 26, 2016 · 2 comments
Closed

Producer (with avro) giving error after 1000 messages #21

rajeshnambiar opened this issue Aug 26, 2016 · 2 comments

Comments

@rajeshnambiar
Copy link

When using the kafka-rest node module with avro and schema registry, the messages starts giving "500 internal server" error after producing 1000 messages (1000 separate produce requests). Based on my understanding this issue happens when we don't reuse the schema object. The kafka-rest documentation says that this is handled transparently for us. I don't see that happening. Am I missing something?

I don't see this issue when I use schema id with kafka rest proxy api directly.

@ewencp
Copy link
Contributor

ewencp commented Aug 29, 2016

@rajeshnambiar I think you're seeing an issue that's actually in the REST proxy, which has been fixed by some caching in confluentinc/kafka-rest#222. Can you retry using the latest master build of the REST proxy (or after the next release)?

@rajeshnambiar
Copy link
Author

Thanks @ewencp !. I will try this with the next release of REST proxy

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