Description
KIP-495 added REST APIs to view and adjust the logging levels of Kafka Connect workers at runtime. This has been tremendously valuable (thank you wicknicks!), but one frequently-observed area for improvement is that the API requires a REST request to be issued to each to-be-adjusted worker.
If possible, we should add support for adjusting the logging level of all workers in a cluster with a single REST request.
Attachments
Issue Links
- links to
- mentioned in
-
Page Loading...