Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6148aa

Browse files
committed
proto: KIP-848 ConsumerGroupHeartbeat v1 (regex)
1 parent 3b47f15 commit b6148aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

generate/definitions/68_consumer_group_heartbeat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ConsumerGroupHeartbeat is a part of KIP-848; there are a lot of details
22
// to this request so documentation is left to the KIP itself.
3-
ConsumerGroupHeartbeatRequest => key 68, max version 0, flexible v0+
3+
ConsumerGroupHeartbeatRequest => key 68, max version 1, flexible v0+
44
// The group ID.
55
Group: string
66
// The member ID generated by the coordinator. This must be kept during
@@ -18,6 +18,8 @@ ConsumerGroupHeartbeatRequest => key 68, max version 0, flexible v0+
1818
RebalanceTimeoutMillis: int32(-1)
1919
// Subscribed topics; null if unchanging.
2020
SubscribedTopicNames: nullable[string]
21+
// Subscribed topic regex; null if unchanging.
22+
SubscribedTopicRegex: nullable-string // v1+
2123
// The server side assignor to use; null if unchanging.
2224
ServerAssignor: nullable-string
2325
// Topic partitions owned by the member; null if unchanging.
@@ -43,6 +45,7 @@ ConsumerGroupHeartbeatResponse =>
4345
// - UNSUPPORTED_ASSIGNOR (version 0+)
4446
// - UNRELEASED_INSTANCE_ID (version 0+)
4547
// - GROUP_MAX_SIZE_REACHED (version 0+)
48+
// - INVALID_REGULAR_EXPRESSION (version 1+)
4649
ErrorCode: int16
4750
// A supplementary message if this errored.
4851
ErrorMessage: nullable-string

0 commit comments

Comments
 (0)