mirror of https://github.com/apache/kafka.git
MINOR: Fix typo in ConsumerGroupHeartbeatResponse.json (#17635)
We forgot to change `INVALID_SUBSCRIPTION_REGEX` to `INVALID_REGULAR_EXPRESSION` in the spec. Reviewers: TengYao Chi <kitingiao@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>, Lianet Magrans <lmagrans@confluent.io>
This commit is contained in:
parent
bed70d4d2e
commit
f29ca9ba9a
|
@ -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." },
|
||||
|
|
Loading…
Reference in New Issue