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

[started] close kafka consumer when runner exits #3747

Closed
wants to merge 1 commit into from

Conversation

matt2e
Copy link
Collaborator

@matt2e matt2e commented Dec 15, 2024

closes #3473

  • Added integration test to see if runner exits the consumer group when ending
  • ... but we don't pass the test yet
  • ... ftl kill is not currently killing runners.
  • Adding a signal handler in consumer doesn't work, because other signal handler calls os.Exit() without giving enough time for consumer to fully close.

@github-actions github-actions bot changed the title add test to make sure consumer group is exited test: add to make sure consumer group is exited Dec 15, 2024
@ftl-robot ftl-robot mentioned this pull request Dec 15, 2024
@matt2e matt2e changed the title test: add to make sure consumer group is exited [started] close kafka consumer when runner exits Dec 15, 2024
@matt2e matt2e closed this Dec 18, 2024
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

Successfully merging this pull request may close these issues.

Integration tests for losing runner (signal, panic, new deployment)
1 participant