ijuma commented on code in PR #14427:
URL: https://github.com/apache/kafka/pull/14427#discussion_r1334428308
##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerConnector.java:
##########
@@ -381,15 +381,15 @@ private void doTransitionTo(TargetState targetState)
throws Throwable {
}
}
- public boolean isSinkConnector() {
+ public final boolean isSinkConnector() {
Review Comment:
@C0urante Is this OK or are these classes public and subclassable? Similar
for other changes affecting connect runtime classes.
--
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]