showuon commented on a change in pull request #11573:
URL: https://github.com/apache/kafka/pull/11573#discussion_r764516991



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/StreamsBuilderTest.java
##########
@@ -998,6 +999,23 @@ public void 
shouldUseSpecifiedNameForAggregateOperationGivenTable() {
             STREAM_OPERATION_NAME);
     }
 
+    @Test
+    public void shouldUseSpecifiedNameForGlobalStoreProcessor() {

Review comment:
       I didn't see there is tests for `GlobalStoreProcessor` using default 
name, right? That is, a test to create global store by `addGlobalStore` with 
`Consumed` instance without specifying a custom name, and verify the names.




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