chirag-wadhwa5 commented on code in PR #20797:
URL: https://github.com/apache/kafka/pull/20797#discussion_r2484879075


##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -13851,7 +13853,7 @@ class KafkaApisTest extends Logging {
   def getWriteShareGroupStateResponse(requestData: 
WriteShareGroupStateRequestData, configOverrides: Map[String, String] = 
Map.empty,
                                       verifyNoErr: Boolean = true, authorizer: 
Authorizer = null,
                                       writeStateResult: 
util.List[WriteShareGroupStateResponseData.WriteStateResult]): 
WriteShareGroupStateResponse = {
-    val requestChannelRequest = buildRequest(new 
WriteShareGroupStateRequest.Builder(requestData).build())
+    val requestChannelRequest = buildRequest(new 
WriteShareGroupStateRequest.Builder(requestData).build(0))

Review Comment:
   Thanks for the review. That was a typo, will remove the 0.



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

Reply via email to