We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Kafka Docker. When I stop kafka docker service, whole node application crashes showing NestedError in console.
// Refer attached .gif
The text was updated successfully, but these errors were encountered:
same here
Seems to me like the bug is here. When I debug, there is no error listener, and then, the emit function throws the error if there are no listeners.
Sorry, something went wrong.
same issue. crash with NestedError. nodejs.NestedError: topic/partition change check failed
Successfully merging a pull request may close this issue.
Bug Report
I am using Kafka Docker. When I stop kafka docker service, whole node application crashes showing NestedError in console.
Environment
For specific cases also provide
Include Sample Code to reproduce behavior
// Refer attached .gif
The text was updated successfully, but these errors were encountered: