Class RemoteKafkaInfraService

java.lang.Object
org.apache.camel.test.infra.kafka.services.RemoteKafkaInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService, KafkaInfraService

public class RemoteKafkaInfraService extends Object implements KafkaInfraService
  • Constructor Details

    • RemoteKafkaInfraService

      public RemoteKafkaInfraService()
  • Method Details

    • getBootstrapServers

      public String getBootstrapServers()
      Description copied from interface: KafkaInfraService
      Gets the addresses of the bootstrap servers in the format host1:port,host2:port,etc
      Specified by:
      getBootstrapServers in interface KafkaInfraService
      Returns:
    • brokers

      public String brokers()
      Specified by:
      brokers in interface KafkaInfraService
    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService