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 nodes used for the admin.Returns the list of bootstrap nodes.Returns the list of bootstrap nodes used for consumers.Returns the list of bootstrap nodes used for producers.Returns the list of bootstrap nodes used for Kafka Streams.
-
Method Details
-
getBootstrapServers
Returns the list of bootstrap nodes.- Returns:
- the list of bootstrap nodes
-
getConsumerBootstrapServers
Returns the list of bootstrap nodes used for consumers.- Returns:
- the list of bootstrap nodes used for consumers
-
getProducerBootstrapServers
Returns the list of bootstrap nodes used for producers.- Returns:
- the list of bootstrap nodes used for producers
-
getAdminBootstrapNodes
Returns the list of bootstrap nodes used for the admin.- Returns:
- the list of bootstrap nodes used for the admin
-
getStreamsBootstrapServers
Returns the list of bootstrap nodes used for Kafka Streams.- Returns:
- the list of bootstrap nodes used for Kafka Streams
-