Closed will89 closed 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/.
-value
prime: @jturkel
Thanks!
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