Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Error behaviour for older clients

...

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

...