KevinyhZou opened a new issue #13594:
URL: https://github.com/apache/pulsar/issues/13594


   **Is your feature request related to a problem? Please describe.**
   When consume from a pulsar topic,  it need to commit the consumed message 
offset in the program code by use pulsar client `acknowledge` method, this 
problem also appear in pulsar-flink-connector, which need commit the offset by 
flink checkpoint. it may be better to auto commit the offset like kafka client.
   
   **Describe the solution you'd like**
   start a timer thread in pulsar client, and auto commit the pulsar topic 
offset by a fixed interval. 
   
   **Describe alternatives you've considered**
   
   **Additional context**
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to