mirror of https://github.com/apache/kafka.git
KAFKA-18312: Added entityType: topicName to SubscribedTopicNames in ShareGroupHeartbeatRequest.json (#18285)
This PR Adds entityType: topicName to SubscribedTopicNames in ShareGroupHeartbeatRequest.json as per the recent update to kip-932. Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
This commit is contained in:
parent
748ad6a793
commit
6e61bfee91
|
|
@ -33,7 +33,7 @@
|
||||||
"about": "The current member epoch; 0 to join the group; -1 to leave the group." },
|
"about": "The current member epoch; 0 to join the group; -1 to leave the group." },
|
||||||
{ "name": "RackId", "type": "string", "versions": "0+", "nullableVersions": "0+", "default": "null",
|
{ "name": "RackId", "type": "string", "versions": "0+", "nullableVersions": "0+", "default": "null",
|
||||||
"about": "null if not provided or if it didn't change since the last heartbeat; the rack ID of consumer otherwise." },
|
"about": "null if not provided or if it didn't change since the last heartbeat; the rack ID of consumer otherwise." },
|
||||||
{ "name": "SubscribedTopicNames", "type": "[]string", "versions": "0+", "nullableVersions": "0+", "default": "null",
|
{ "name": "SubscribedTopicNames", "type": "[]string", "versions": "0+", "nullableVersions": "0+", "default": "null", "entityType": "topicName",
|
||||||
"about": "null if it didn't change since the last heartbeat; the subscribed topic names otherwise." }
|
"about": "null if it didn't change since the last heartbeat; the subscribed topic names otherwise." }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue