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

KafkaCache prevents applications from exiting properly #3

Closed
atamon opened this issue Dec 18, 2017 · 0 comments · Fixed by #4
Closed

KafkaCache prevents applications from exiting properly #3

atamon opened this issue Dec 18, 2017 · 0 comments · Fixed by #4

Comments

@atamon
Copy link
Contributor

atamon commented Dec 18, 2017

Not 100% sure in which cases this happens yet. But a seemingly easy repro-cae is

process.on('unhandledRejection', () => process.exit(1));

new KafkaCache(...);

Promise.reject();

Possibly related to Blizzard/node-rdkafka#222

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 a pull request may close this issue.

1 participant