dajac commented on code in PR #18261:
URL: https://github.com/apache/kafka/pull/18261#discussion_r1891280125
##########
group-coordinator/src/main/resources/common/message/OffsetCommitValue.json:
##########
@@ -14,7 +14,8 @@
// limitations under the License.
{
- "type": "data",
+ "apiKey": 1,
+ "type": "coordinator-value",
Review Comment:
OffsetCommitValueV0 has definitely only version 0. For OffsetCommitValue, I
think that keeping 0+ does not hurt just in case.
--
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]