Iceberg Kafka Connector experiences a constant hanging lag for low-volume topics #11818
Open
1 of 3 tasks
Labels
bug
Something isn't working
Apache Iceberg version
1.7.1 (latest release)
Query engine
Kafka Connect
Please describe the bug 🐞
I have iceberg kafka-connect sink and when the volume of records in topic is low, iceberg connector doesn't consume any records.
One would see a constant lag and iceberg will never produce any records and commit to the table. Once, we have enough records, all the records will be pushed through and committed to the table.
example -
I am observing this constant lag of 1 for all partition since a day now. No commit has been made to the append-only table. I confirmed that the record exists in the topic and is not expired.
fetch.min.bytes
is also set to default value of 1.When new records flow through the topic, all the records are committed to the iceberg table. But, this comes with a lot of unnecessary delay.
Willingness to contribute
The text was updated successfully, but these errors were encountered: