vvcephei commented on a change in pull request #11513:
URL: https://github.com/apache/kafka/pull/11513#discussion_r765090882



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/state/internals/GlobalStateStoreProviderTest.java
##########
@@ -110,6 +111,9 @@ public void before() {
             );
         expect(mockContext.taskId()).andStubReturn(new TaskId(0, 0));
         expect(mockContext.recordCollector()).andStubReturn(null);
+        final Map<String, Object> configValues = new HashMap<>();
+        configValues.put(InternalConfig.IQ_CONSISTENCY_OFFSET_VECTOR_ENABLED, 
false);

Review comment:
       I think these shouldn't be necessary anymore, since the default is 
`false`. Can we remove them in a follow-on PR?




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