This is an automated email from the ASF dual-hosted git repository.
dajac pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new f29ca9ba9aa MINOR: Fix typo in ConsumerGroupHeartbeatResponse.json
(#17635)
f29ca9ba9aa is described below
commit f29ca9ba9aa5d08c67d8325d55aa75f93cbf0dfa
Author: David Jacot <[email protected]>
AuthorDate: Wed Oct 30 16:21:50 2024 +0100
MINOR: Fix typo in ConsumerGroupHeartbeatResponse.json (#17635)
We forgot to change `INVALID_SUBSCRIPTION_REGEX` to
`INVALID_REGULAR_EXPRESSION` in the spec.
Reviewers: TengYao Chi <[email protected]>, Chia-Ping Tsai
<[email protected]>, Lianet Magrans <[email protected]>
---
.../main/resources/common/message/ConsumerGroupHeartbeatResponse.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json
b/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json
index cda757cb32f..9be1d2cf8a1 100644
---
a/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json
+++
b/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json
@@ -30,7 +30,7 @@
// - UNSUPPORTED_ASSIGNOR (version 0+)
// - UNRELEASED_INSTANCE_ID (version 0+)
// - GROUP_MAX_SIZE_REACHED (version 0+)
- // - INVALID_SUBSCRIPTION_REGEX (version 1+)
+ // - INVALID_REGULAR_EXPRESSION (version 1+)
"fields": [
{ "name": "ThrottleTimeMs", "type": "int32", "versions": "0+",
"about": "The duration in milliseconds for which the request was
throttled due to a quota violation, or zero if the request did not violate any
quota." },