Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-07-14 Thread Meissner, Dylan via user
There’s no need to build Flink. Implement your own org.apache.flink.formats.avro.SchemaCoder, and the SchemaCoder.SchemaCoderProvider accepted by the constructor of org.apache.flink.formats.avro.RegistryAvroSerializationSchema. This way, you can replace the dangerous “register()” with simply “g

Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-06-30 Thread Meissner, Dylan via user
This comes up when the Schema Registry has authorization capabilities. A producing application may not be authorized to call “register” when another principal owns the schema subject, for example in organizations with strong schema governance practices. When ConfluentSchemaRegistryCoder.writeSch