philipnee commented on code in PR #16115:
URL: https://github.com/apache/kafka/pull/16115#discussion_r1623644884
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/CommitRequestManagerTest.java:
##########
@@ -106,6 +106,9 @@ public class CommitRequestManagerTest {
private OffsetCommitCallbackInvoker offsetCommitCallbackInvoker;
private final Metrics metrics = new Metrics();
private Properties props;
+ private CommitRequestManager.OffsetFetchRequestState
offsetFetchRequestState;
Review Comment:
the offsetFetchRequestState and requestState can both stay in the scope of
`testOffsetFetchRequestStateToStringBase` no?
--
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]