Skip to content

Commit aba8f2a

Browse files
author
Irina Skvortsova
committed
change ApiVersion for LEAVE_GROUP to eliminate error with incorrect MemberId while leaving group
1 parent aaca850 commit aba8f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kafka_proxy/actors/kafka_api_versions_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TApiVersionsResponseData::TPtr GetApiVersions() {
4040
AddApiKey<TFetchRequestData>(response->ApiKeys, FETCH, {.MaxVersion=3});
4141
AddApiKey<TJoinGroupRequestData>(response->ApiKeys, JOIN_GROUP, {.MaxVersion=9});
4242
AddApiKey<TSyncGroupRequestData>(response->ApiKeys, SYNC_GROUP, {.MaxVersion=3});
43-
AddApiKey<TLeaveGroupRequestData>(response->ApiKeys, LEAVE_GROUP, {.MaxVersion=5});
43+
AddApiKey<TLeaveGroupRequestData>(response->ApiKeys, LEAVE_GROUP, {.MaxVersion=2});
4444
AddApiKey<THeartbeatRequestData>(response->ApiKeys, HEARTBEAT, {.MaxVersion=4});
4545
AddApiKey<TFindCoordinatorRequestData>(response->ApiKeys, FIND_COORDINATOR, {.MaxVersion=0});
4646
AddApiKey<TOffsetCommitRequestData>(response->ApiKeys, OFFSET_COMMIT, {.MaxVersion=0});

0 commit comments

Comments
 (0)