You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/26 14:33:50 UTC

[GitHub] [camel] suneetk92 commented on pull request #5201: CAMEL-16343: Avoid committing offsets on onPartitionsRevoked in case the user committing offsets

suneetk92 commented on pull request #5201:
URL: https://github.com/apache/camel/pull/5201#issuecomment-808267395


   Hi,
   I think you also need to check what is the value of autoCommitOnStop during shutdown. 
   
   As of now, during shutdown - kafka revoke the assigned partition, and then it is forcing commitSync
   
   `
   DEBUG org.apache.camel.component.kafka.KafkaConsumer: - onPartitionsRevoked: **-Thread 0 from topic **
   DEBUG org.apache.camel.component.kafka.KafkaConsumer: - Forcing commitSync **-Thread 0 from topic ** with offset: 31621
   `
   
   if condition should be same as that in doRun() method


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