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

   [Jira](https://issues.apache.org/jira/browse/KAFKA-15428), 
[KIP-976](https://cwiki.apache.org/confluence/display/KAFKA/KIP-976%3A+Cluster-wide+dynamic+log+adjustment+for+Kafka+Connect)
   
   Adds a new `scope` URL query parameter to the existing `PUT 
/admin/loggers/{logger}` endpoint, which accepts values of `worker` (default, 
modifies logging levels for the worker that receives the request) and `cluster` 
(modifies logging levels for all workers in the cluster).
   
   In addition, adds a new `last_modified` field to the responses from the `GET 
/admin/loggers` and `GET /admin/loggers/{logger}` endpoints, which contains the 
Unix epoch (in milliseconds) for when the logger was last modified (or null, if 
no dynamic modifications have taken place).
   
   Unit, integration, and system tests are included, as detailed in the KIP's 
[test 
plan](https://cwiki.apache.org/confluence/display/KAFKA/KIP-976%3A+Cluster-wide+dynamic+log+adjustment+for+Kafka+Connect#KIP976:ClusterwidedynamiclogadjustmentforKafkaConnect-TestPlan).
   
   This PR is divided into three commits:
   - Functional changes and unit tests
   - Integration tests (which includes adding support for running embedded 
standalone workers)
   - System tests
   
   Each can be reviewed separately, but they are included together in this PR 
in order to simplify iteration as it's possible (likely, even) that addressing 
review comments made on one commit will require changes to be made for files 
touched on in another commit. But if it makes life easier for reviewers, I'm 
happy to break this down into three separate PRs.
   
   ### 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