Kafka Remote Broker Connection Spec Response
data class KafkaRemoteBrokerConnectionSpecResponse(val authentication: KafkaRemoteBrokerAuthenticationPropertiesResponse, val endpoint: String, val tls: KafkaRemoteBrokerConnectionTlsResponse)
Kafka RemoteBrokerConnectionSpec details
Constructors
Link copied to clipboard
constructor(authentication: KafkaRemoteBrokerAuthenticationPropertiesResponse, endpoint: String, tls: KafkaRemoteBrokerConnectionTlsResponse)