KApolinario1120 commented on code in PR #17973:
URL: https://github.com/apache/kafka/pull/17973#discussion_r1878082732
##########
streams/src/main/java/org/apache/kafka/streams/kstream/Consumed.java:
##########
@@ -147,10 +171,15 @@ public static <K, V> Consumed<K, V> with(final
TimestampExtractor timestampExtra
*
* @return a new instance of {@link Consumed}
*/
+ @Deprecated
public static <K, V> Consumed<K, V> with(final Topology.AutoOffsetReset
resetPolicy) {
return new Consumed<>(null, null, null, resetPolicy, null);
Review Comment:
added this, thank you
##########
streams/src/main/java/org/apache/kafka/streams/kstream/Consumed.java:
##########
@@ -147,10 +171,15 @@ public static <K, V> Consumed<K, V> with(final
TimestampExtractor timestampExtra
*
* @return a new instance of {@link Consumed}
Review Comment:
added this, thank you
--
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]