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

Sink-managed consumer group expires after 7 days of no activity in the topic #11805

Open
1 of 3 tasks
fenil25 opened this issue Dec 17, 2024 · 0 comments
Open
1 of 3 tasks
Labels
bug Something isn't working

Comments

@fenil25
Copy link

fenil25 commented Dec 17, 2024

Apache Iceberg version

1.7.1 (latest release)

Query engine

Kafka Connect

Please describe the bug 🐞

For the Kafka Connect Iceberg connector,
sink-managed consumer group (cg-control-<connector_name>) expires after 7 days of no activity (assuming broker config of offsets.retention.minutes is set to default value of 10080)

When this happens, whats the behavior with the kafka connector? I wasn't able to find the code where the consumer group gets recreated. Do we have to restart the connector for the connector to consume records correctly?

Is there any way to increase the retention by keeping the consumer group alive without changing the broker config?

Willingness to contribute

  • I can contribute a fix for this bug independently
  • I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • I cannot contribute a fix for this bug at this time
@fenil25 fenil25 added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant