You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stable/cp-cc-cluster-linking/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Save the API key and secret. The secret is not retrievable later.
27
27
Save these values, they will referred to later as `CC_API_KEY`, and `CC_API_SECRET` respectively.
28
28
29
29
### Gather Confluent Cloud End Point
30
-
* Acquire the Bootstrap endpoint by running confluent kafka cluster describe $CC_CLUSTER_ID. We are looking for the value 'ENDPOINT', which will look something like: **SASL_SSL://pkc-v1gj5.eu-west-2.aws.confluent.cloud:9092**. Later on, we will substitute the SASL_SSL prefix (for https), are refer to it as `$CC_BOOTSTRAP_SERVER`
30
+
* Acquire the Bootstrap endpoint by running `confluent kafka cluster describe $CC_CLUSTER_ID`. We are looking for the value 'ENDPOINT', which will look something like: **SASL_SSL://pkc-v1gj5.eu-west-2.aws.confluent.cloud:9092**. Later on, we will substitute the SASL_SSL prefix (for https), are refer to it as `$CC_BOOTSTRAP_SERVER`
31
31
32
32
### Populate Variables
33
33
In the file ./linking-script/link-provision update the pod variables stored at spec.containers.env. with the variables we made note of above.
0 commit comments