provectus / kafkaui-glue-sr-serde

Apache License 2.0
7 stars 2 forks source link

Custom schema names, I.e. schemaName != topic name #25

Open devdavidkarlsson opened 8 months ago

devdavidkarlsson commented 8 months ago
        serdeProperties.getProperty("valueSchemaNameTemplate", String.class)
            .orElse("%s"), // by default Serializer supposes that schemaName == topic name

Is there a path in this code that supports looking up schema in glue where the name is not equal to the topic name?