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

   The condition to check for whether task configs has changed is duplicated in 
the Standalone and Distributed Herder classes.
   This change refactors the implementation from DistributedHerder to cover the 
standalone, without changing the behavior.
   Also alters the debug logs to include the connector name, and a log message 
to indicate when the logic has intentionally skipped writing the task configs 
to the backing topic.
   
   This change will make fixes targeted at the task change logic also apply to 
the StandaloneHerder automatically, and prevent the divergence of the two code 
paths.
   Additionally, this PR removes a ClusterConfigState method that was only in 
use by the StandaloneHerder.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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