You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library currently has a getSchemaByTopicName function, but that doesn't support either the RecordNameStrategy or the TopicRecordNameStrategy. Are there any plans to add something similar to getSchemaByTopicName, but for these other strategies?
Thanks!
The text was updated successfully, but these errors were encountered:
The Confluent Schema Registry supports registering different types of events for one topic (blog post: https://www.confluent.io/blog/put-several-event-types-kafka-topic/ and pull request: confluentinc/schema-registry#680 and https://docs.confluent.io/current/schema-registry/serializer-formatter.html) by supporting three different subject naming strategies (for key and value):
io.confluent.kafka.serializers.subject.TopicNameStrategy
io.confluent.kafka.serializers.subject.RecordNameStrategy
io.confluent.kafka.serializers.subject.TopicRecordNameStrategy
This library currently has a getSchemaByTopicName function, but that doesn't support either the RecordNameStrategy or the TopicRecordNameStrategy. Are there any plans to add something similar to getSchemaByTopicName, but for these other strategies?
Thanks!
The text was updated successfully, but these errors were encountered: