salsify / avromatic

Generate Ruby models from Avro schemas
MIT License
89 stars 17 forks source link

Add support for specifying a subject for the avro schema when building an Avromatic model #142

Closed will89 closed 2 years ago

will89 commented 2 years ago

This is an attempt to address https://github.com/salsify/avromatic/issues/141. It seems like some tools like ksqlDB have schema naming conventions that are not allowed within the avro naming conventions. ksqlDB expects all schemas to be ending in a -value in the schema registry, https://docs.ksqldb.io/en/latest/operate-and-deploy/schema-registry-integration/.

prime: @jturkel

IanWhitney commented 2 years ago

Thanks!