mimaison commented on code in PR #20750:
URL: https://github.com/apache/kafka/pull/20750#discussion_r2476928720
##########
connect/runtime/src/main/java/org/apache/kafka/connect/connector/policy/PrincipalConnectorClientConfigOverridePolicy.java:
##########
@@ -32,7 +32,9 @@
/**
* Allows all {@code sasl} configurations to be overridden via the connector
configs by setting {@code connector.client.config.override.policy} to
* {@code Principal}. This allows to set a principal per connector.
+ * @deprecated Use {@link AllowlistConnectorClientConfigOverridePolicy}
instead.
*/
+@Deprecated(since = " 4.2", forRemoval = true)
public class PrincipalConnectorClientConfigOverridePolicy extends
AbstractConnectorClientConfigOverridePolicy {
Review Comment:
Good spot! I opened https://github.com/apache/kafka/pull/20793
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]