wcarlson5 commented on code in PR #15414:
URL: https://github.com/apache/kafka/pull/15414#discussion_r1498387326


##########
streams/src/main/java/org/apache/kafka/streams/Topology.java:
##########
@@ -783,7 +783,8 @@ public synchronized <K, V> Topology addGlobalStore(final 
StoreBuilder<?> storeBu
             valueDeserializer,
             topic,
             processorName,
-            () -> ProcessorAdapter.adapt(stateUpdateSupplier.get())
+            () -> ProcessorAdapter.adapt(stateUpdateSupplier.get()),
+            false

Review Comment:
   These could be true as well. It would depend on if we want the reprocessing 
to be for only `StreamBuilder#addGlobalStore` or all `addGlobalStore`



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to