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 Details

    • providerConfigured

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