mjsax commented on code in PR #17973:
URL: https://github.com/apache/kafka/pull/17973#discussion_r1879016056
##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/StreamSourceNode.java:
##########
@@ -73,14 +73,16 @@ public String toString() {
public void writeToTopology(final InternalTopologyBuilder topologyBuilder)
{
if (topicPattern().isPresent()) {
- topologyBuilder.addSource(consumedInternal().offsetResetPolicy(),
+ // TODO mjsax
+
topologyBuilder.addSource(consumedInternal().legacyOffsetResetPolicy(),
Review Comment:
Will revert in follow up PR when `legacyOffsetResetPolicy()` removed, and we
move to the new `AutoOffsetReset` class as parameter fro `addSource()` (same
below)
--
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]