PzaThief commented on code in PR #14782:
URL: https://github.com/apache/kafka/pull/14782#discussion_r1441487437


##########
connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaOffsetBackingStore.java:
##########
@@ -248,7 +247,7 @@ public void start() {
                         + "support for source connectors, or upgrade to a 
newer Kafka broker version.";
             } else {
                 message = "When " + ConsumerConfig.ISOLATION_LEVEL_CONFIG + 
"is set to "
-                        + 
IsolationLevel.READ_COMMITTED.name().toLowerCase(Locale.ROOT)
+                        + IsolationLevel.READ_COMMITTED

Review Comment:
   Oh my... I missed it.
   Thank you for careful review!



-- 
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]

Reply via email to