You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/27 06:19:36 UTC

[GitHub] [pulsar] MarvinCai opened a new pull request #3911: Support Kafka's ConsumerConfig.INTERCEPTOR_CLASSES_CONFIG in PulsarKafkaConsumer.

MarvinCai opened a new pull request #3911: Support Kafka's ConsumerConfig.INTERCEPTOR_CLASSES_CONFIG in PulsarKafkaConsumer.
URL: https://github.com/apache/pulsar/pull/3911
 
 
   **Motivatio**
   Support Kafka's ConsumerConfig.INTERCEPTOR_CLASSES_CONFIG in PulsarKafkaConsumer. close #1090
   
   Apply onConsume in `poll()` before returning the read ConsumerRecords, apply onCommit in `doCommitOffsets()` before committing all offsets. 
   All exception during applying onConsume/onCommit will be catch and log a message at the WARN level, it won't interrupt the normal `poll()` and `doCommitOffsets()` process.
   
   Also update doc to reflect support for ConsumerConfig.INTERCEPTOR_CLASSES_CONFIG.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services