You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/20 16:12:41 UTC

[GitHub] aljoscha opened a new pull request #7781: [FLINK-8354] Add KafkaDeserializationSchema that directly uses ConsumerRecord

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:
users@infra.apache.org


With regards,
Apache Git Services