raphaelauv commented on code in PR #26662:
URL: https://github.com/apache/flink/pull/26662#discussion_r2282791314
##########
flink-formats/flink-avro-confluent-registry/src/main/java/org/apache/flink/formats/avro/registry/confluent/AvroConfluentFormatOptions.java:
##########
@@ -65,6 +65,16 @@ public class AvroConfluentFormatOptions {
// Commonly used options maintained by Flink for convenience
//
--------------------------------------------------------------------------------------------
+ public static final ConfigOption<Boolean> AUTO_REGISTER_SCHEMAS =
Review Comment:
can't we rely on the schema-registry ser/deser that already support these
options like (
AUTO_REGISTER_SCHEMAS , USE_SCHEMA_ID , NORMALIZE_SCHEMAS ,
AVRO_REMOVE_JAVA_PROPS_CONFIG ) than adding it here ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]