Open fpytloun opened 3 years ago
I found out that this issue does not happen if I disable rack awareness by removing following line:
librdkafka_options."client.rack" = "region1"
Related issue in librdkafka: https://github.com/edenhill/librdkafka/issues/3569
Interesting comment upstream - https://github.com/edenhill/librdkafka/issues/3569#issuecomment-1300050112
Can we check how commiting offsets is handled in Vector? Whether it's not same issue with enable.auto.commit
being enabled here: https://github.com/vectordotdev/vector/blob/30706de871a16c039d2e3249fb7e71ba9597b3cd/src/sources/kafka.rs#L482 vs. how it's actually handled?
Vector Version
Vector Configuration File
Kafka is deployed in two regions (3 nodes per region). there's 120+ topics total (400+ partitions). Nothing useful in Kafka logs, just information that consumer failed and was removed from group.
Running Kafka version 2.8.0
Debug Output
Debug output nor RUST_BACKTRACE gives no additional info :-(
This happens all the time 10~15 minutes after startup. Until that, Kafka messages are consumed properly.
Expected Behavior
Actual Behavior
Example Data
Additional Context
References