mirror of https://github.com/apache/kafka.git
[Jira](https://issues.apache.org/jira/browse/KAFKA-9046) The changes here are meant to find a healthy compromise between the pre- and post-KIP-458 functionality of Connect workers when configuring admin clients for use with DLQs. Before KIP-458, admin clients were configured using the top-level worker configs; after KIP-458, they are configured using worker configs with a prefix of `admin.` and then optionally overridden by connector configs with a prefix of `admin.override.`. The behavior proposed here is to use, in ascending order of precedence, the top-level worker configs, worker configs prefixed with `admin.`, and connector configs prefixed with `admin.override.`; essentially, use the pre-KIP-458 behavior by default but allow it to be overridden by the post-KIP-458 behavior. Author: Chris Egerton <chrise@confluent.io> Reviewers: Konstantine Karantasis <konstantine@confluent.io>, Randall Hauch <rhauch@gmail.com>, Nigel Liang <nigel@nigelliang.com> Closes #7525 from C0urante/kafka-9046 |
||
---|---|---|
.. | ||
api | ||
basic-auth-extension/src | ||
file/src | ||
json | ||
mirror | ||
mirror-client/src | ||
runtime/src | ||
transforms/src |