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

Topic partition list pointer can return none #406

Closed
thijsc opened this issue Nov 24, 2021 · 0 comments · Fixed by #407
Closed

Topic partition list pointer can return none #406

thijsc opened this issue Nov 24, 2021 · 0 comments · Fixed by #407
Labels

Comments

@thijsc
Copy link
Collaborator

thijsc commented Nov 24, 2021

When upgrading our Kafka cluster we saw this error happen:

'called `Option::unwrap()` on a `None` value' in in /root/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rdkafka-0.27.0/src/topic_partition_list.rs:201

It looks like taking the the pointer to a topic partition list can fail, this happens here. Not sure what do here, should there be some error handling in place?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant