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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorContextImpl.java:
##########
@@ -174,7 +174,7 @@ public <S extends StateStore> S  getStateStore(final String 
name) {
                 " as the store is not connected to the processor. If you add 
stores manually via '.addStateStore()' " +
                 "make sure to connect the added store to the processor by 
providing the processor name to " +
                 "'.addStateStore()' or connect them via 
'.connectProcessorAndStateStores()'. " +
-                "DSL users need to provide the store name to '.process()', 
'.transform()', or '.transformValues()' " +
+                "DSL users need to provide the store name to '.process()', 
'.processValues()', or '.transformValues()' " +

Review Comment:
   Yes.



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