Can I assign a previously created avro schema to a topic?
When I go to schema registry and then to the already created avro schema, I see
Used by topics: –
How can I assign it to a topic, so it shows Used by topics: MyTopic.
Thanks!
Can I assign a previously created avro schema to a topic?
When I go to schema registry and then to the already created avro schema, I see
Used by topics: –
How can I assign it to a topic, so it shows Used by topics: MyTopic.
Thanks!
I found it, its all about naming convention, and not a direct assignment. By default if the topic is named topic1 and the avro schema is topic1-value (for payload avro and not key) they will be shown as assigned.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.