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
-
Constructor Details
-
RemoteKafkaInfraService
public RemoteKafkaInfraService()
-
-
Method Details
-
getBootstrapServers
Description copied from interface:KafkaInfraServiceGets the addresses of the bootstrap servers in the format host1:port,host2:port,etc- Specified by:
getBootstrapServersin interfaceKafkaInfraService- Returns:
-
brokers
- Specified by:
brokersin interfaceKafkaInfraService
-
registerProperties
public void registerProperties()- Specified by:
registerPropertiesin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-