Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drain connections before shutdown #133

Open
jutley opened this issue May 2, 2023 · 0 comments
Open

Drain connections before shutdown #133

jutley opened this issue May 2, 2023 · 0 comments

Comments

@jutley
Copy link

jutley commented May 2, 2023

When using kafka-proxy as a Kubernetes pod sidecar container, the main application may need to send data to Kafka during its graceful shutdown period. However, kafka-proxy closes very quickly, terminating any live connections that are open.

It would be great to be able to configure kafka-proxy so that it doesn't terminate until all existing connections are closed. This would probably need some configurable timeout as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant