You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When upgrading our Kafka cluster we saw this error happen:
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?
The text was updated successfully, but these errors were encountered: