bencebalogh / avro-schema-registry

Confluent Schema Registry implementation in javascript to easily serialize and deserialize kafka messages
MIT License
28 stars 30 forks source link

add support for key.subject.name.strategy and value.subject.name.strategy registry configuration options #25

Closed baileywall closed 5 years ago

baileywall commented 5 years ago

The 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: https://github.com/confluentinc/schema-registry/pull/680) with a relatively simple-looking configuration option.

Are there any plans to support this subject name-creation configuration?

Thanks!