flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
59 stars 22 forks source link

Schema registry does not use topic prefix for its subject #37

Closed dorner closed 3 years ago

dorner commented 4 years ago

The schema registry registers the topic name as the subject of the schema. However, this does not take the configured producer topic prefix into account. This can result in clobbering of one topic against another, or schema evolution errors.