Skip to content

Instantly share code, notes, and snippets.

@developer-sdk
Created March 13, 2023 12:53
Show Gist options
  • Select an option

  • Save developer-sdk/256e01f784c999af20d791c7bd4aeaf1 to your computer and use it in GitHub Desktop.

Select an option

Save developer-sdk/256e01f784c999af20d791c7bd4aeaf1 to your computer and use it in GitHub Desktop.
kafkaConfig = kafka.ConfigMap{
"bootstrap.servers": "ssl-kafka-server:9093",
"security.protocol": "SSL",
"ssl.keystore.location": "keystore.p12",
"ssl.keystore.password": "password",
"ssl.ca.location": "ca.pem",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment