Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active January 13, 2019 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/c2377d40d9416d5237c1dd2e6392ab1c to your computer and use it in GitHub Desktop.
Save garystafford/c2377d40d9416d5237c1dd2e6392ab1c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: confluent-cloud-kafka
data:
ssl.endpoint.identification.algorithm: "https"
sasl.mechanism: "PLAIN"
request.timeout.ms: "20000"
retry.backoff.ms: "500"
security.protocol: "SASL_SSL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment