lucasbru commented on code in PR #20031: URL: https://github.com/apache/kafka/pull/20031#discussion_r2166403138
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java: ########## @@ -559,6 +580,7 @@ public CompletableFuture<StreamsGroupHeartbeatResult> streamsGroupHeartbeat( } try { + throwIfStreamsGroupHeartbeatRequestIsUsingUnsupportedFeatures(request); Review Comment: I was wondering about the order, but I think if we are using an unsupported feature, we should know this from error message, even if the request is also not well-formed. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org