dino2895 commented on code in PR #22854:
URL: https://github.com/apache/kafka/pull/22854#discussion_r3617554807
##########
storage/src/test/java/org/apache/kafka/server/log/remote/storage/RemoteLagCopyTest.java:
##########
@@ -97,7 +96,7 @@ public class RemoteLagCopyTest {
@BeforeEach
void setUp() throws Exception {
- Properties props = brokerConfig;
+ Properties props = new Properties();
Review Comment:
Sure. I'll construct the complete configuration directly in `setUp()`.
--
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]