Kafka schema naming strategy #866
Answered
by
lbroudoux
CROprogrammer
asked this question in
Q&A
-
Which schema naming strategy does Microcks use when using it with Kafka, AsyncAPI and Schema Registry. Which naming strategy does it use for Confluent, and which for Apicurio? |
Beta Was this translation helpful? Give feedback.
Answered by
lbroudoux
Jun 27, 2023
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lbroudoux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
TopicRecordNameStrategy
is used for Confluent registry and theTopicIdStrategy
is used for the Apicurio one.