aljoscha opened a new pull request #7781: [FLINK-8354] Add 
KafkaDeserializationSchema that directly uses ConsumerRecord
URL: https://github.com/apache/flink/pull/7781
 
 
   This is a rebased and cleaned-up version of #6615 that only has the Consumer 
changes.
   
   # What is the purpose of the change
   
   * Add a new deserialization schema that directly uses `ConsumerRecord`, 
thereby exposing all available Kafka functionality.
   
   ## Brief change log
   
   * First we do some cleanup on the Kafka code
   * Then we introduce the new schema, the existing schema now implements the 
new schema, for backwards compatibility
   * Consumers and tests are adapted to use the new schema
   
   ## Verifying this change
   
   * This is covered by existing tests

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to