-
I am trying to understand if there is a Schema CRD in strimzi operator to create and/or manage schemas in the schema registry? So far, from what i have looked/researched, I don't think there is atm but just want to double check in case if i have missed out on something ? An equivalent in confluent is https://docs.confluent.io/operator/current/co-manage-schemas.html |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Apr 6, 2022
Replies: 1 comment
-
Strimzi does not include any Schema Registry and does not manage schemas. You can pick any registry you want and use it. It is basically used by Kafka clients anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ee07dazn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strimzi does not include any Schema Registry and does not manage schemas. You can pick any registry you want and use it. It is basically used by Kafka clients anyway.