Is it possible to deserialize Avro message(consuming message from Kafka) without giving Reader schema in ConfluentRegistryAvroDeserializationSchema
问题 I am using Kafka Connector in Apache Flink for access to streams served by Confluent Kafka . Apart from schema registry url ConfluentRegistryAvroDeserializationSchema.forGeneric(...) expecting 'reader' schema. Instead of providing read schema I want to use same writer's schema(lookup in registry) for reading the message too because Consumer will not have latest schema. FlinkKafkaConsumer010<GenericRecord> myConsumer = new FlinkKafkaConsumer010<>("topic-name",