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

KAFKA-16729: Support isolation level for share consumer #19261

Open
wants to merge 21 commits into
base: trunk
Choose a base branch
from

Conversation

adixitconfluent
Copy link
Contributor

@adixitconfluent adixitconfluent commented Mar 21, 2025

What

This PR adds the share group dynamic config share.isolation.level. Until now, share groups only supported READ_UNCOMMITTED isolation level type. With this PR, we aim to support READ_COMMITTED isolation type to share groups.

Tests

Added unit tests and integration tests to test the functionality.

@github-actions github-actions bot added triage PRs from the community core Kafka Broker consumer KIP-932 Queues for Kafka clients labels Mar 21, 2025
@AndrewJSchofield AndrewJSchofield changed the title Kafka 16729 KAFKA-16729: Support isolation level for share consumer Mar 23, 2025
@AndrewJSchofield AndrewJSchofield self-requested a review March 23, 2025 15:08
@AndrewJSchofield AndrewJSchofield added ci-approved and removed triage PRs from the community labels Mar 24, 2025
@adixitconfluent adixitconfluent marked this pull request as ready for review March 24, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants