Interface KafkaConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a Kafka service.
- Since:
- 4.0.0
- Author:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Kafka connection details configuration. -
Method Summary
Modifier and TypeMethodDescriptiongetAdmin()
Returns the admin configuration.Returns the list of bootstrap servers.Returns the consumer configuration.Returns the producer configuration.default @Nullable String
Returns the security protocol.default @Nullable SslBundle
Returns the SSL bundle.Returns the Kafka Streams configuration.
-
Method Details
-
getBootstrapServers
-
getSslBundle
-
getSecurityProtocol
Returns the security protocol.- Returns:
- the security protocol
-
getConsumer
Returns the consumer configuration.- Returns:
- the consumer configuration
-
getProducer
Returns the producer configuration.- Returns:
- the producer configuration
-
getAdmin
Returns the admin configuration.- Returns:
- the admin configuration
-
getStreams
Returns the Kafka Streams configuration.- Returns:
- the Kafka Streams configuration
-