Re: [PR] KAFKA-10357 accidental repartition handling [kafka]

2025-06-11 Thread via GitHub
mjsax commented on PR #19913: URL: https://github.com/apache/kafka/pull/19913#issuecomment-2964504609 Seems there is some style errors: `Execution failed for task ':streams:spotlessJavaCheck'.` -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] KAFKA-10357 accidental repartition handling [kafka]

2025-06-06 Thread via GitHub
k-apol opened a new pull request, #19913: URL: https://github.com/apache/kafka/pull/19913 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 p