frankvicky commented on code in PR #17665:
URL: https://github.com/apache/kafka/pull/17665#discussion_r1826960200


##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -11111,7 +11111,7 @@ class KafkaApisTest extends Logging {
     kafkaApis.handle(requestChannelRequest, RequestLocal.noCaching)
 
     val expectedHeartbeatResponse = new ConsumerGroupHeartbeatResponseData()
-      .setErrorCode(Errors.UNSUPPORTED_VERSION.code)
+      .setErrorCode(Errors.UNKNOWN_SERVER_ERROR.code)

Review Comment:
   I see 😺 



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