TargetClusterObject
TargetClusterObject
Object having details of target kafka cluster and authentication
JSON Example
{
"bootstrapServers": "target-kafka-cluster:9092",
"tls": {
"enabled": true,
"certificate": "base64 encoded certificate"
},
"authentication": {
"enabled": true,
"type": "auth type plain/scram-sha-512/oauth/tls",
"username": "targetuser",
"password": "target password"
}
}
string
bootstrapServers
Required
Target kafka bootstrap server address with IP:Port