Skip to content
New issue

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

MSK Connect Problem (java.lang.NoSuchMethodError) #311

Open
sotiriskar opened this issue Nov 18, 2024 · 0 comments
Open

MSK Connect Problem (java.lang.NoSuchMethodError) #311

sotiriskar opened this issue Nov 18, 2024 · 0 comments

Comments

@sotiriskar
Copy link

sotiriskar commented Nov 18, 2024

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.

@sotiriskar sotiriskar changed the title MSK Connect Problem MSK Connect Problem (java.lang.NoSuchMethodError) Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant