Interface and Description |
---|
org.apache.kafka.streams.processor.Processor
Since 3.0. Use
Processor instead. |
org.apache.kafka.streams.processor.ProcessorSupplier
Since 3.0. Use
ProcessorSupplier instead. |
Class and Description |
---|
org.apache.kafka.streams.processor.AbstractProcessor
Since 3.0. Use
Processor or
ContextualProcessor instead. |
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.streams.state.StreamsMetadata
since 3.0.0 use
StreamsMetadata |
org.apache.kafka.streams.processor.TaskMetadata
since 3.0, use
TaskMetadata instead. |
org.apache.kafka.streams.processor.ThreadMetadata
since 3.0 use
ThreadMetadata instead |
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 . |