Interface and Description |
---|
org.apache.kafka.common.serialization.ExtendedDeserializer
This class has been deprecated and will be removed in a future release. Please use
Deserializer instead. |
org.apache.kafka.common.serialization.ExtendedSerializer
This class has been deprecated and will be removed in a future release. Please use
Serializer instead. |
org.apache.kafka.common.security.auth.PrincipalBuilder
As of Kafka 1.0.0, use
KafkaPrincipalBuilder instead. This will be removed in
a future major release. |
Class and Description |
---|
org.apache.kafka.common.metrics.stats.Count
since 2.4 . Use
WindowedCount instead |
org.apache.kafka.common.security.auth.DefaultPrincipalBuilder
As of Kafka 1.0.0. This will be removed in a future major release.
|
org.apache.kafka.clients.admin.ElectPreferredLeadersOptions
Since 2.4.0. Use
Admin.electLeaders(ElectionType, Set, ElectLeadersOptions) . |
org.apache.kafka.clients.admin.ElectPreferredLeadersResult
Since 2.4.0. Use
Admin.electLeaders(ElectionType, Set, ElectLeadersOptions) . |
org.apache.kafka.common.metrics.stats.Rate.SampledTotal
since 2.4 Use
WindowedSum instead. |
org.apache.kafka.common.metrics.stats.Sum
since 2.4 . Use
WindowedSum instead |
org.apache.kafka.common.metrics.stats.Total
since 2.4 . Use
CumulativeSum instead. |
Enum and Description |
---|
org.apache.kafka.clients.admin.BrokerRemovalDescription.BrokerShutdownStatus
- use #
BrokerShutdownStatus |
org.apache.kafka.clients.admin.BrokerRemovalDescription.PartitionReassignmentsStatus
- use #
PartitionReassignmentsStatus |
Exceptions and Description |
---|
org.apache.kafka.common.errors.NotLeaderForPartitionException
since 2.6. Use
NotLeaderOrFollowerException . |
Field and Description |
---|
org.apache.kafka.common.config.SslConfigs.DEFAULT_PRINCIPAL_BUILDER_CLASS
As of 1.0.0. This field will be removed in a future major release. In recent versions,
the config is optional and there is no default.
|
org.apache.kafka.common.config.SaslConfigs.DEFAULT_SASL_ENABLED_MECHANISMS
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SaslConfigs.DEFAULT_SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SslConfigs.PRINCIPAL_BUILDER_CLASS_CONFIG
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SslConfigs.PRINCIPAL_BUILDER_CLASS_DOC
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SaslConfigs.SASL_ENABLED_MECHANISMS
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SaslConfigs.SASL_ENABLED_MECHANISMS_DOC
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SaslConfigs.SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SaslConfigs.SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES_DOC
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SslConfigs.SSL_CLIENT_AUTH_CONFIG
As of 1.0.0. This field will be removed in a future major release.
|
org.apache.kafka.common.config.SslConfigs.SSL_CLIENT_AUTH_DOC
As of 1.0.0. This field will be removed in a future major release.
|
Constructor and Description |
---|
org.apache.kafka.common.acl.AclBinding(Resource, AccessControlEntry)
Since 2.0. Use
AclBinding(ResourcePattern, AccessControlEntry) |
org.apache.kafka.common.acl.AclBindingFilter(ResourceFilter, AccessControlEntryFilter) |
org.apache.kafka.clients.admin.BrokerRemovalDescription(Integer, BrokerRemovalDescription.BrokerShutdownStatus, BrokerRemovalDescription.PartitionReassignmentsStatus, Optional<BrokerRemovalError>) |
org.apache.kafka.clients.admin.ConfigEntry(String, String, boolean, boolean, boolean)
since 1.1.0. This constructor will be removed in a future release.
|
org.apache.kafka.common.metrics.JmxReporter(String)
Since 2.6.0. Use
JmxReporter()
Initialize JmxReporter with JmxReporter.contextChange(MetricsContext)
Populate prefix by adding _namespace/prefix key value pair to MetricsContext |