Replies: 1 comment
-
Hi, I don't have an specific pointer to what could be going wrong in your application, but I'll point you first to the things I see that could be improved. First of all, in the current version of our serdes library the usage headers to send the identifier is enabled by default. So the usage of Also, you should either use Finally, given that you are using I would start by making sure your producers are creating the artifact in the registry whenever you set |
Beta Was this translation helpful? Give feedback.
-
Hello
We are having the following exception in a kafka streams application:
Caused by: io.apicurio.registry.rest.client.exception.ArtifactNotFoundException: No artifact with ID '91' in group 'null' was found.
The serdes are configured to auto register the schema using the same config that we have for our producers or consumers.
The step where it fails is writing-reading to/from a repartition
And even registering it manually is not able to read it.
What group and ID is expecting to do match?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions