Skip to content

Commit cb7f701

Browse files
committed
readme fix
1 parent 5fbf965 commit cb7f701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable/cp-cc-cluster-linking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Save the API key and secret. The secret is not retrievable later.
2727
Save these values, they will referred to later as `CC_API_KEY`, and `CC_API_SECRET` respectively.
2828

2929
### 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`
3131

3232
### Populate Variables
3333
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

Comments
 (0)