Interface KafkaConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface KafkaConnectionDetails extends ConnectionDetails
Details required to establish a connection to a Kafka service.
Since:
3.1.0
  • Method Details

    • getBootstrapServers

      List<String> getBootstrapServers()
      Returns the list of bootstrap servers.
      Returns:
      the list of bootstrap servers
    • getConsumerBootstrapServers

      default List<String> getConsumerBootstrapServers()
      Returns the list of bootstrap servers used for consumers.
      Returns:
      the list of bootstrap servers used for consumers
    • getProducerBootstrapServers

      default List<String> getProducerBootstrapServers()
      Returns the list of bootstrap servers used for producers.
      Returns:
      the list of bootstrap servers used for producers
    • getAdminBootstrapServers

      default List<String> getAdminBootstrapServers()
      Returns the list of bootstrap servers used for the admin.
      Returns:
      the list of bootstrap servers used for the admin
    • getStreamsBootstrapServers

      default List<String> getStreamsBootstrapServers()
      Returns the list of bootstrap servers used for Kafka Streams.
      Returns:
      the list of bootstrap servers used for Kafka Streams