mimaison commented on code in PR #12366:
URL: https://github.com/apache/kafka/pull/12366#discussion_r1039892964
##########
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConnector.java:
##########
@@ -69,6 +75,8 @@ public class MirrorSourceConnector extends SourceConnector {
private static final ResourcePatternFilter ANY_TOPIC = new
ResourcePatternFilter(ResourceType.TOPIC,
null, PatternType.ANY);
private static final AclBindingFilter ANY_TOPIC_ACL = new
AclBindingFilter(ANY_TOPIC, AccessControlEntryFilter.ANY);
+ private static final String READ_COMMITTED =
IsolationLevel.READ_COMMITTED.toString().toLowerCase(Locale.ROOT);
+ private static final String EXACTLY_ONCE_SUPPORT_CONFIG =
"exactly.once.support";
Review Comment:
Yeah we can't change this now but I thought I'd mention it.
--
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]