anton-liauchuk opened a new pull request, #20384:
URL: https://github.com/apache/kafka/pull/20384

   This is a small POC to demonstrate the possibility of disabling the creation 
of internal topics in Kafka Connect.
   It might be useful in cases where internal topics contain information about 
a large number of connectors, and one or more of the original topics were 
accidentally removed or renamed in the configuration.
   
   The new mode would provide the ability to:
   - block the creation of internal topics.
   - prevent Kafka Connect from starting if required topics are missing.
   
   This way, there is a chance to troubleshoot the root cause instead of 
unexpected state of all connectors (for example, if the config topic is still 
present but the offset topic was accidentally removed or renamed, all the 
connectors will start from scratch).
   
   Out of scope for this POC:
   - no JIRA task yet — this PR is just to gather feedback.
   - not fully implemented — there is a TODO item for the additional logic.
   - the configuration name is not final — proposals are welcome.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to