Schema translation using MM2 #8612
Unanswered
Sharad-SKJ052
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Explaining what message handler you came across would probably be a good start. Then it might be easier to understand if and how you can use that with Strimzi. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi Team ,
We are using strimzi mm2 version 3.0.0 to replicate data between two Kafka clusters which has two different schema registries.
While consuming messages on destination Kafka cluster the consumer application is referring to the source schema id and its failing to consume.
Is there any way so that our consumer should refer to schema available in the local schema registry.
We came across this MessageHandler to solve this issue but how do we use that in Strimzi MM2 .
Any guideline would be useful
Beta Was this translation helpful? Give feedback.
All reactions