Open devdavidkarlsson opened 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?
Is there a path in this code that supports looking up schema in glue where the name is not equal to the topic name?