Interface KafkaInfraService

All Superinterfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService
All Known Implementing Classes:
ConfluentInfraService, ContainerLocalKafkaInfraService, RedpandaInfraService, RemoteKafkaInfraService, StrimziInfraService

public interface KafkaInfraService extends org.apache.camel.test.infra.common.services.InfrastructureService
Provides an interface for any type of Kafka service: remote instances, local container, etc
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the addresses of the bootstrap servers in the format host1:port,host2:port,etc

    Methods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService

    close, initialize, registerProperties, shutdown
  • Method Details

    • getBootstrapServers

      String getBootstrapServers()
      Gets the addresses of the bootstrap servers in the format host1:port,host2:port,etc
      Returns: