Interface KafkaConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a Kafka service.
- Since:
- 3.1.0
- Author:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of bootstrap servers used for the admin.Returns the list of bootstrap servers.Returns the list of bootstrap servers used for consumers.Returns the list of bootstrap servers used for producers.Returns the list of bootstrap servers used for Kafka Streams.
-
Method Details
-
getBootstrapServers
Returns the list of bootstrap servers.- Returns:
- the list of bootstrap servers
-
getConsumerBootstrapServers
Returns the list of bootstrap servers used for consumers.- Returns:
- the list of bootstrap servers used for consumers
-
getProducerBootstrapServers
Returns the list of bootstrap servers used for producers.- Returns:
- the list of bootstrap servers used for producers
-
getAdminBootstrapServers
Returns the list of bootstrap servers used for the admin.- Returns:
- the list of bootstrap servers used for the admin
-
getStreamsBootstrapServers
Returns the list of bootstrap servers used for Kafka Streams.- Returns:
- the list of bootstrap servers used for Kafka Streams
-