-
Interfaces Interface Description org.apache.kafka.common.security.auth.PrincipalBuilder As of Kafka 1.0.0, useKafkaPrincipalBuilder
instead. This will be removed in a future major release.org.apache.kafka.common.serialization.ExtendedDeserializer This class has been deprecated and will be removed in a future release. Please useDeserializer
instead.org.apache.kafka.common.serialization.ExtendedSerializer This class has been deprecated and will be removed in a future release. Please useSerializer
instead.
-
Classes Class Description org.apache.kafka.common.security.auth.DefaultPrincipalBuilder As of Kafka 1.0.0. This will be removed in a future major release.
-
Fields Field Description 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.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.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.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.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.
-
Constructors Constructor Description 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.clients.producer.RecordMetadata(TopicPartition, long, long, long, long, int, int) As of 0.11.0. Use @RecordMetadata(TopicPartition, long, long, long, Long, int, int)
.org.apache.kafka.common.acl.AclBinding(Resource, AccessControlEntry) Since 2.0. UseAclBinding(ResourcePattern, AccessControlEntry)
org.apache.kafka.common.acl.AclBindingFilter(ResourceFilter, AccessControlEntryFilter)