We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's my connector configuration:
{ "connector.class": "io.tabular.iceberg.connect.IcebergSinkConnector", "iceberg.tables.evolve-schema-enabled": "true", "iceberg.catalog.catalog-impl": "org.apache.iceberg.aws.glue.GlueCatalog", "iceberg.tables.schema-force-optional": "true", "tasks.max": "5", "topics": "topic.service_borg.device_check", "iceberg.catalog.io-impl": "org.apache.iceberg.aws.s3.S3FileIO", "iceberg.catalog.client.region": "eu-west-1", "iceberg.tables.auto-create-enabled": "true", "iceberg.tables": "gatekeeper_analytics_bronze.device_check_msk", "iceberg. catalog.warehouse": "s3a://gatekeeper-analytics-bronze/warehouse", }
I get error:
[Worker-01fa9cd82f93ea100] java.lang.NoSuchMethodError: 'org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions.requireStable(boolean)'
any idea what might cause this? Is It compatibility issue? I use: Apache Kafka version: 3.6.0, 3.5.1 Apache Kafka Connect version: 2.7.1
thanks, in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's my connector configuration:
I get error:
any idea what might cause this? Is It compatibility issue?
I use:
Apache Kafka version: 3.6.0, 3.5.1
Apache Kafka Connect version: 2.7.1
thanks, in advance.
The text was updated successfully, but these errors were encountered: