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 . |
Field and Description |
---|
org.apache.kafka.clients.producer.ProducerConfig.AUTO_INCLUDE_JMX_REPORTER_CONFIG |
org.apache.kafka.clients.consumer.ConsumerConfig.AUTO_INCLUDE_JMX_REPORTER_CONFIG |
org.apache.kafka.clients.admin.AdminClientConfig.AUTO_INCLUDE_JMX_REPORTER_CONFIG |
org.apache.kafka.common.config.TopicConfig.MESSAGE_FORMAT_VERSION_CONFIG
since 3.0, removal planned in 4.0. The default value for this config is appropriate
for most situations.
|
org.apache.kafka.common.config.TopicConfig.MESSAGE_FORMAT_VERSION_DOC
since 3.0, removal planned in 4.0. The default value for this config is appropriate
for most situations.
|
org.apache.kafka.clients.consumer.ConsumerRecord.NULL_CHECKSUM
checksums are no longer exposed by this class, this constant will be removed in Apache Kafka 4.0
(deprecated since 3.0).
|
Enum Constant and Description |
---|
org.apache.kafka.clients.admin.EvenClusterLoadStatus.DISABLED
since 7.3.0
|