Class and Description |
---|
org.apache.kafka.common.KafkaFuture.Function
Since Kafka 3.0. Use the
KafkaFuture.BaseFunction functional interface. |
org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler
See org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
|
org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerValidatorCallbackHandler
See org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler
|
org.apache.kafka.clients.producer.UniformStickyPartitioner
Since 3.3.0, in order to use default partitioning logic
remove the
partitioner.class configuration setting and set partitioner.ignore.keys=true .
See KIP-794 for more info.
The partitioning strategy:
|
Exceptions and Description |
---|
org.apache.kafka.common.errors.NotLeaderForPartitionException
since 2.6. Use
NotLeaderOrFollowerException . |
Enum Constant and Description |
---|
org.apache.kafka.clients.admin.EvenClusterLoadStatus.DISABLED
since 7.3.0
|