-
Notifications
You must be signed in to change notification settings - Fork 91
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
Task threw an uncaught and unrecoverable exception/NullPointerException #30
Comments
@zhiyanliu what would be the fastest way to reproduce the issue? Just make it rebalancing all the time until async happens? Topic repartitioning? |
@bdesert I think so at the moment, trigger rebalancing continually until it happens. According to the 3 points listed in the doc [0], beside topic repartitioning you can also trigger it by:
For me, we met this in a dedicated environment I can't touch, I didn't try to reproduce it locally and analyzed it by static code logic. [0] https://www.confluent.io/blog/kafka-rebalance-protocol-static-membership/ |
@akhon, can you confirm from your side the fix is working as expected? |
Not relevant anymore. |
I tried to start the connector with
Unfortunately after some promising messages:
I get the following messages:
What can I do to make it work?
The text was updated successfully, but these errors were encountered: