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
Using current latest version 0.37.0 of bindings I see issue with deliting existing topic
It seems rdkafka is waiting for something to happen while topic is being deleted:
cargo/registry/src/index.crates.io-6f17d22bba15001f/rdkafka-0.37.0/src/client.rs:80} - librdkafka: PARTCNT [thrd:main]: Topic status_test partition count changed from 1 to 0
Even though I can see kafka itself reporting that topic has been deleted successfully
It is currently not clear what changed since 2.3.0's librdkafka, but at least curent librdkafka used in bindings has admin client broken
The text was updated successfully, but these errors were encountered:
Actually nevermind that
I tried to use master branch of this repo, and it works without issues...
So there might be something wrong with currently published version of rdkafka crate?
DoumanAsh
changed the title
librdkafka 2.3.0 is having issues with topic deletion
0.37.0 is having issues with topic deletion
Dec 30, 2024
Using current latest version 0.37.0 of bindings I see issue with deliting existing topic
It seems rdkafka is waiting for something to happen while topic is being deleted:
Even though I can see kafka itself reporting that topic has been deleted successfully
It is currently not clear what changed since 2.3.0's librdkafka, but at least curent librdkafka used in bindings has admin client broken
The text was updated successfully, but these errors were encountered: