hi all. we are upgrading our application to flink ...
# troubleshooting
a
hi all. we are upgrading our application to flink 1.18 and we are trying to use the ConfluentRegistryAvroSerializationSchema for our kafkaSink, but it has a default setting enabled to true for
auto.register.schemas
and this won't work given that we're publishing to topics we don't own. have teams found suitable ways to serialize to Kafka in Flink 1.18, using a schema registry (this is a prereq). looking for insights into anything within the ballpark. thank you!