mjsax commented on code in PR #17973:
URL: https://github.com/apache/kafka/pull/17973#discussion_r1866977714


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/ConsumedInternal.java:
##########
@@ -60,7 +60,7 @@ public TimestampExtractor timestampExtractor() {
         return timestampExtractor;
     }
 
-    public Topology.AutoOffsetReset offsetResetPolicy() {
+    public AutoOffsetReset offsetResetPolicy() {

Review Comment:
   While this change is fine, it required to also update the code which calls 
this method.



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