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:
David Jacot 2024-10-30 16:21:50 +01:00 committed by GitHub
parent bed70d4d2e
commit f29ca9ba9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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." },