tabular-io / iceberg-kafka-connect

Apache License 2.0
171 stars 31 forks source link

Which version of kafka does this connector supports? #273

Open arshahmad1 opened 6 days ago

arshahmad1 commented 6 days ago

hi guys, I'm using this connector to sink data from kafka to s3 as iceberg tables but I'm getting the following exception:

java.lang.NoSuchMethodError: 'org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions.requireStable(boolean)'

What version of kafka is supported by this connector? my aws managed kafka version is 3.5.1

arshahmad1 commented 4 days ago

hey @tabmatfournier, Sorry to ping you directly. Can you please help me here.

arshahmad1 commented 9 hours ago

Also I tried downgrading my kafka to 2.8.2 and I'm still getting the same error