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:15:28 UTC

[GitHub] aljoscha opened a new pull request #7782: Pr/6615 rebased

aljoscha opened a new pull request #7782: Pr/6615 rebased
URL: https://github.com/apache/flink/pull/7782
 
 
   This is a rebased and cleaned-up version of #6615 that has the Producer changes, this also has the changes of #7781.
   
   # What is the purpose of the change
   
   * Add a new serialization schema that directly uses `ProducerRecord`, thereby exposing all available Kafka functionality.
   
   ## Brief change log
   
   * We introduce the new schema, along with adapters for existing schema and partitioner.
   * Functionality for custom Flink partitioners that was previously hardcoded in the consumers is now isolated in the new `KafkaSerializationSchemaAdapterBase`.
   
   ## Verifying this change
   
   * New IT cases are added to verify that headers can be written and read

----------------------------------------------------------------
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