shashankhs11 commented on code in PR #20498:
URL: https://github.com/apache/kafka/pull/20498#discussion_r2346833275
##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/RestoreIntegrationTest.java:
##########
@@ -537,7 +510,7 @@ public void
shouldProcessDataFromStoresWithLoggingDisabled(final boolean stateUp
final Topology topology = streamsBuilder.build();
- final Properties props = props(stateUpdaterEnabled);
+ final Properties props = props();
if (useNewProtocol) {
Review Comment:
@apalan60 thank you for the review and sorry I was a bit late. I agree with
you that we can reduce the repeated blocks. I think we might need to do it in a
seperate PR though, since this one has been merged already.
--
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]