Shun is asking if it's possible to use TopicRecordNameStrategy when connecting to the schema registry in RisingWave, as the default is TopicNameStrategy. Bohan Zhang explains the default strategy and the potential challenges in supporting TopicRecordNameStrategy. Shun provides more details about their use case where they have an existing on-prem schema registry with a specific naming strategy.
Shun
Asked on Jul 23, 2023
TopicNameStrategy
when connecting to the schema registry.TopicRecordNameStrategy
may not be too difficult, but it raises concerns about assumptions regarding message types in topics.KEY_SUBJECT_NAME_STRATEGY
to set the naming strategy as TopicRecordNameStrategy
.