DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Status
Current state: DraftUnder discussion
Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]
JIRA: here [Change the link from KAFKA-1 to your own ticket]
...
The associated exception ResourceIdentifierTooLargeException is a subclass of ApiException . It is not a retriable exception.
For clients which do not support RPC versions which can return the new RESOURCE_IDENTIFIER_TOO_LARGE error code, the error code will be INVALID_REQUEST . The idea is that the client-side changes for this KIP are made long in advance of Apache Kafka 5.0, with the result that most clients will support the new error code by the time production clusters are enforcing the limit.
Compatibility, Deprecation, and Migration Plan
...