dybyte opened a new pull request, #23396:
URL: https://github.com/apache/kafka/pull/23396

   MirrorSourceConnector previously created all newly discovered topics in a
   single request, which could exceed the controller batch limit.
   
   This change splits topics into batches based on their estimated metadata 
record
   count.
   
   Tests cover batching, policy violations, and oversized individual topics.
   
   Co-Authored-By: Codex


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to