IBM / sarama

Sarama is a Go library for Apache Kafka.
MIT License
11.57k stars 1.76k forks source link

close graceful #2021

Closed HobbyBear closed 1 year ago

HobbyBear commented 3 years ago

If the consumer is executing the consumption logic, turn off the system at this time, how to use sarama to make the executing logic complete before restarting the system

yuzhichang commented 3 years ago

At application's ConsumerGroupHandler Cleanup(), the application need to ensure executing logic be completed gracefully.

github-actions[bot] commented 1 year ago

Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.