Interface MetadataProvider

All Superinterfaces:
AutoCloseable, Closeable, org.apache.kafka.common.Configurable, Provider

public interface MetadataProvider extends Provider
Interface used by providers of metadata, e.g. an Embedded Metadata Server.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if minimal configs of this provider are included in the provided configs.

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.apache.kafka.common.Configurable

    configure

    Methods inherited from interface io.confluent.security.authorizer.provider.Provider

    providerName, start, usesMetadataFromThisKafkaCluster
  • Method Details

    • providerConfigured

      boolean providerConfigured(Map<String,?> configs)
      Returns true if minimal configs of this provider are included in the provided configs.