ahuang98 commented on code in PR #22191:
URL: https://github.com/apache/kafka/pull/22191#discussion_r3306618383
##########
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java:
##########
@@ -866,7 +866,7 @@ public void
testUnregisterBrokerResponseWithUnknownServerError() {
UnregisterBrokerRequest request = new UnregisterBrokerRequest.Builder(
new UnregisterBrokerRequestData()
).build((short) 0);
- String customerErrorMessage = "customer error message";
+ String customerErrorMessage = "custom error message";
Review Comment:
nit, `customerErrorMessage` -> `customErrorMessage`
--
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]