Integration with Amazon MSK failed #2760
Unanswered
Noam Tamim (noamtamim)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the Schema Registry with Amazon MSK (managed Kafka).
Running Schema Registry as docker as follows:
The server seems to start fine, ending with:
However, when I try to register a test schema (the first curl call from https://github.com/confluentinc/schema-registry#quickstart-api-usage-examples) - after 60 seconds, I get the following response:
{"error_code":50003,"message":"Error while forwarding register schema request to the leader"}The server log shows multiple levels of stack traces with causes:
The full stack trace is attached.
However, it's obvious Schema Registry does successfully communicate with Kafka: it creates the
_mySchemastopic (which I set just to make it create a new non-default one) and it writes a NOOP message to it ({"keytype":"NOOP","magic":0}).There's no networking error, so what can be the issue?
Beta Was this translation helpful? Give feedback.
All reactions