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

Nested Error cause Node application crash when kafka service turns down. #1269

Open
amaneer94 opened this issue May 20, 2019 · 2 comments · May be fixed by #1295
Open

Nested Error cause Node application crash when kafka service turns down. #1269

amaneer94 opened this issue May 20, 2019 · 2 comments · May be fixed by #1295

Comments

@amaneer94
Copy link

Bug Report

I am using Kafka Docker. When I stop kafka docker service, whole node application crashes showing NestedError in console.
Peek 2019-05-20 16-25

Environment

For specific cases also provide

  • Number of Brokers: 1
  • Number partitions for topic: 2

Include Sample Code to reproduce behavior

// Refer attached .gif
@tomer-amir-vonage
Copy link

tomer-amir-vonage commented Jul 3, 2019

same here

  • Node version: v10.16.0
  • Kafka-node version: ^4.1.3

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.

@huanshifeichen
Copy link

huanshifeichen commented Jul 9, 2019

same issue. crash with NestedError.
nodejs.NestedError: topic/partition change check failed

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.

3 participants