Serwios commented on code in PR #18152:
URL: https://github.com/apache/kafka/pull/18152#discussion_r1882951927


##########
streams/src/main/java/org/apache/kafka/streams/internals/AutoOffsetResetInternal.java:
##########
@@ -31,6 +31,13 @@ public StrategyType offsetResetStrategy() {
         return offsetResetStrategy;
     }
 
+    // calling `Optional.get()` w/o checking `isPresent()` results in a 
warning that we suppress
+    // (there is unfortunately no speficif suppression for `Optional.get()` 
warnings)

Review Comment:
   Spelling mistake
   
   "speficif" → "specific".



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