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.security.auth.DefaultPrincipalBuilder
As of Kafka 1.0.0. This will be removed in a future major release.
|
org.apache.kafka.streams.kstream.Serialized
since 2.1. Use
Grouped instead |
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.streams.kstream.Windows.segments |
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.AclBinding(ResourcePattern, AccessControlEntry) |
org.apache.kafka.common.acl.AclBindingFilter(ResourceFilter, AccessControlEntryFilter) |
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.streams.KafkaStreams(Topology, StreamsConfig)
use
KafkaStreams.KafkaStreams(Topology, Properties) instead |
org.apache.kafka.streams.KafkaStreams(Topology, StreamsConfig, KafkaClientSupplier) |
org.apache.kafka.streams.KafkaStreams(Topology, StreamsConfig, Time) |