Class UnknownPartitionException

All Implemented Interfaces:
Serializable

@Deprecated public final class UnknownPartitionException extends IllegalStateException
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.
Thrown when a request is issued but there is no associated partition to send the request to.
See Also:
  • Constructor Details

    • UnknownPartitionException

      public UnknownPartitionException(PartitionAttributes partitionSelector, String msg)
      Deprecated.
      Create a new instance.
      Parameters:
      partitionSelector - The PartitionAttributes that failed to select a partition.
      msg - The descriptive message.
  • Method Details