Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CreateTopics, CreatePartitions, AlterPartitionReassignments and Metadata APIs will throw the following new exception type ResourceLimitReachedException if it is not possible to satisfy the request while respecting the max.broker.partitions or max.partitions limits. This applies to Metadata requests only in case auto-topic creation is enabled. We will bump up the version of these APIs by one for new clients. 

Code Block
languagejava
public class ResourceLimitReachedException extends ApiException { ... }

...