Skip to content

KAFKA-10357 accidental repartition handling #19913

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

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

Conversation

k-apol
Copy link

@k-apol k-apol commented Jun 6, 2025

This PR implements the init() method described in KIP-698 to allow users to validate or prepare internal Kafka Streams topics before starting the application. The changes include:

Introduced a public init() method on KafkaStreams, which performs internal topic validation and optionally sets up missing topics.

Added support for a new configuration option, internal.topics.setup, with 'automatic' and 'manual' as options to control default internal topic management.

Updated InternalTopicManager to expose validate, and allow for a separate initialization timeout.

@github-actions github-actions bot added triage PRs from the community streams labels Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
streams triage PRs from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant