Skip to content

Commit

Permalink
tab explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Dec 13, 2023
1 parent 04358e7 commit 9c269dc
Show file tree
Hide file tree
Showing 309 changed files with 464 additions and 464 deletions.
2 changes: 1 addition & 1 deletion ccloud/audit-log-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f start<tab> <AUDIT_LOG_CLUSTER_BOOTSTRAP_SERVERS> <AUDIT_LOG_CLUSTER_API_KEY> <AUDIT_LOG_CLUSTER_API_SECRET>
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <AUDIT_LOG_CLUSTER_BOOTSTRAP_SERVERS> <AUDIT_LOG_CLUSTER_API_KEY> <AUDIT_LOG_CLUSTER_API_SECRET>
```

Note: you can also export these values as environment variable
Expand Down
2 changes: 1 addition & 1 deletion ccloud/client-dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule require
2. Simply run:

```
$ playground run -f start<tab> <2.2 or 3.1> (Core .NET version, default is 2.1)
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <2.2 or 3.1> (Core .NET version, default is 2.1)
```

## Details of what the script is doing
Expand Down
2 changes: 1 addition & 1 deletion ccloud/client-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule require
2. Simply run:

```
$ playground run -f start<tab>
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

## Details of what the script is doing
Expand Down
2 changes: 1 addition & 1 deletion ccloud/client-kafkajs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule require
2. Simply run:

```
$ playground run -f start<tab>
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
2 changes: 1 addition & 1 deletion ccloud/client-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule require
2. Simply run:

```
$ playground run -f start<tab>
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

## Details of what the script is doing
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-aws-kinesis-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can either export environment variables `AWS_REGION`, `AWS_ACCESS_KEY_ID` an
Simply run:

```
$ playground run -f kinesis<tab>
$ playground run -f kinesis<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

## Details of what the script is doing
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-aws-redshift-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```bash
$ playground run -f redshift<tab>
$ playground run -f redshift<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
## Details of what the script is doing
Expand Down
4 changes: 2 additions & 2 deletions ccloud/connect-cdc-oracle19-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ In case you want to use your own existing cluster, you need to setup these envir
Without SSL:

```
$ playground run -f cdc-oracle19-cdb-table<tab>
$ playground run -f cdc-oracle19-cdb-table<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

or

```
$ playground run -f cdc-oracle19-pdb-table<tab>
$ playground run -f cdc-oracle19-pdb-table<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

Note:
Expand Down
6 changes: 3 additions & 3 deletions ccloud/connect-couchbase-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ Quickly test [Couchbase Source](https://docs.couchbase.com/kafka-connector/curre
Simply run:

```
$ playground run -f couchbase<tab>
$ playground run -f couchbase<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

Note: if you want to test with a custom `couchbase.event.filter` class, use:

```
$ playground run -f couchbase-with-key-filter<tab>
$ playground run -f couchbase-with-key-filter<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

It will filter using key starting with `airline`

Note: if you want to test with some [SMT](https://docs.confluent.io/current/connect/transforms/index.html) `ExtractTopic$Key` and `RegexRouter`, use:

```
$ playground run -f couchbase-with-transforms<tab>
$ playground run -f couchbase-with-transforms<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

The transforms are defined with:
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-debezium-mongodb-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f mongo<tab>
$ playground run -f mongo<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

## Details of what the script is doing
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-debezium-mysql-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f debezium-mysql-source<tab>
$ playground run -f debezium-mysql-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

N.B: Control Center is reachable at [http://127.0.0.1:9021](http://127.0.0.1:9021])
2 changes: 1 addition & 1 deletion ccloud/connect-debezium-sqlserver-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f debezium-sqlserver-source<tab>
$ playground run -f debezium-sqlserver-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

N.B: Control Center is reachable at [http://127.0.0.1:9021](http://127.0.0.1:9021])
2 changes: 1 addition & 1 deletion ccloud/connect-gcp-firebase-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Click on `Enable`:
Simply run:

```bash
$ playground run -f gcp-firebase-source<tab> <GCP_PROJECT>
$ playground run -f gcp-firebase-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <GCP_PROJECT>
```
### Verify data has been pushed to Firebase
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-mqtt-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In case you want to use your own existing cluster, you need to setup these envir
## How to run

```
$ playground run -f mqtt-source<tab>
$ playground run -f mqtt-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

## Details of what the script is doing
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-servicenow-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Click on `Manage`->`Instance` and register for a New-York instance. After some t
Simply run:

```bash
$ playground run -f servicenow-sink<tab> <SERVICENOW_URL> <SERVICENOW_PASSWORD>
$ playground run -f servicenow-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <SERVICENOW_URL> <SERVICENOW_PASSWORD>
```
Note: you can also export these values as environment variable
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-servicenow-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Click on `Manage`->`Instance` and register for a New-York instance. After some t
Simply run:

```
$ playground run -f servicenow-source<tab> <SERVICENOW_URL> <SERVICENOW_PASSWORD>
$ playground run -f servicenow-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <SERVICENOW_URL> <SERVICENOW_PASSWORD>
```

Note: you can also export these values as environment variable
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-snowflake-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ https://of77992.eu-west-2.aws.snowflakecomputing.com
Simply run:

```bash
$ playground run -f snowflake-sink<tab> <SNOWFLAKE_ACCOUNT_NAME> <SNOWFLAKE_USERNAME> <SNOWFLAKE_PASSWORD>
$ playground run -f snowflake-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <SNOWFLAKE_ACCOUNT_NAME> <SNOWFLAKE_USERNAME> <SNOWFLAKE_PASSWORD>
```
Note: you can also export these values as environment variable
Expand Down
2 changes: 1 addition & 1 deletion ccloud/cp-ansible-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Available tags are `6.0.0`
2. Then you just need to run:

```
$ playground run -f start<tab>
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

`hosts-ccloud` host file is automatically generated with your confluent cloud details from `$HOME/.confluent/config`
Expand Down
2 changes: 1 addition & 1 deletion ccloud/cp-helm-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ It also showcases a connector example (SpoolDir) and Prometheus/Grafana example.
Simply run:

```
$ playground run -f start<tab>
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
2 changes: 1 addition & 1 deletion ccloud/environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f start<tab>
$ playground run -f start<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```bash
$ playground run -f cloudwatch<tab>
$ playground run -f cloudwatch<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-aws-s3-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-s3-sink<tab>
$ playground run -f fully-managed-s3-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-aws-s3-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-s3-sink<tab>
$ playground run -f fully-managed-s3-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-azure-event-hubs<tab>
$ playground run -f fully-managed-azure-event-hubs<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-azure-service-bus<tab>
$ playground run -f fully-managed-azure-service-bus<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-cdc-oracle11-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In case you want to use your own existing cluster, you need to setup these envir
## How to run

```
$ playground run -f fully-managed-cdc-oracle11-source<tab> <NGROK_AUTH_TOKEN>
$ playground run -f fully-managed-cdc-oracle11-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <NGROK_AUTH_TOKEN>
```

Note:
Expand Down
4 changes: 2 additions & 2 deletions ccloud/fully-managed-connect-cdc-oracle19-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In case you want to use your own existing cluster, you need to setup these envir
## How to run

```
$ playground run -f fully-managed-cdc-oracle19<tab> <NGROK_AUTH_TOKEN>
$ playground run -f fully-managed-cdc-oracle19<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <NGROK_AUTH_TOKEN>
```


Expand All @@ -69,5 +69,5 @@ $ playground run -f fully-managed-cdc-oracle19<tab> <NGROK_AUTH_TOKEN>
## How to run

```
$ playground run -f fully-managed-cdc-oracle19-cdb-table<tab>
$ playground run -f fully-managed-cdc-oracle19-cdb-table<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Follow all steps from [here](https://docs.confluent.io/kafka-connect-databricks-
Simply run:

```
$ playground run -f fully-managed-databricks-delta-lake-sink<tab> <DATABRICKS_AWS_BUCKET_NAME> <DATABRICKS_AWS_BUCKET_REGION> <DATABRICKS_AWS_STAGING_S3_ACCESS_KEY_ID> <DATABRICKS_AWS_STAGING_S3_SECRET_ACCESS_KEY> <DATABRICKS_SERVER_HOSTNAME> <DATABRICKS_HTTP_PATH> <DATABRICKS_TOKEN>
$ playground run -f fully-managed-databricks-delta-lake-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <DATABRICKS_AWS_BUCKET_NAME> <DATABRICKS_AWS_BUCKET_REGION> <DATABRICKS_AWS_STAGING_S3_ACCESS_KEY_ID> <DATABRICKS_AWS_STAGING_S3_SECRET_ACCESS_KEY> <DATABRICKS_SERVER_HOSTNAME> <DATABRICKS_HTTP_PATH> <DATABRICKS_TOKEN>
```

Note: you can also export these values as environment variable
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Quickly test [Debezium MySQL](https://docs.confluent.io/cloud/current/connectors
Simply run:

```
$ playground run -f fully-managed-mysql<tab>
$ playground run -f fully-managed-mysql<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

## Exposing docker container over internet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-postgres<tab>
$ playground run -f fully-managed-postgres<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```


Expand Down
2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-elasticsearch-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-elasticsearch-sink<tab>
$ playground run -f fully-managed-elasticsearch-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```
2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-gcp-bigquery-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Rename it to `keyfile.json`and place it in `./keyfile.json` or use environment v
Simply run:

```bash
$ playground run -f fully-managed-gcp-bigquery<tab> <GCP_PROJECT>
$ playground run -f fully-managed-gcp-bigquery<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <GCP_PROJECT>
```
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```bash
$ playground run -f fully-managed-google-cloud-functions<tab> <GCP_PROJECT> <REGION> <FUNCTION>
$ playground run -f fully-managed-google-cloud-functions<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <GCP_PROJECT> <REGION> <FUNCTION>
```
2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-http-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-http-sink<tab>
$ playground run -f fully-managed-http-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-http-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fully-managed-http-source-oauth2<tab>
$ playground run -f fully-managed-http-source-oauth2<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-ibm-mq-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In case you want to use your own existing cluster, you need to setup these envir
## How to run

```
$ playground run -f fully-managed-ibm-mq-source<tab> <NGROK_AUTH_TOKEN>
$ playground run -f fully-managed-ibm-mq-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <NGROK_AUTH_TOKEN>
```

Note: you can also export the value as environment variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ In case you want to use your own existing cluster, you need to setup these envir
## How to run

```
$ playground run -f fully-managed-postgres-sink<tab> <NGROK_AUTH_TOKEN>
$ playground run -f fully-managed-postgres-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <NGROK_AUTH_TOKEN>
```
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Quickly test [MongoDB](https://docs.mongodb.com/ecosystem/connectors/kafka/) con
Simply run:

```
$ playground run -f mongo<tab>
$ playground run -f mongo<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```

## Details of what the script is doing
Expand Down
2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-mqtt-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ In case you want to use your own existing cluster, you need to setup these envir
## How to run

```
$ playground run -f fully-managed-mqtt-source<tab> <NGROK_AUTH_TOKEN>
$ playground run -f fully-managed-mqtt-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <NGROK_AUTH_TOKEN>
```
2 changes: 1 addition & 1 deletion ccloud/fully-managed-connect-rabbitmq-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In case you want to use your own existing cluster, you need to setup these envir
Simply run:

```
$ playground run -f fullly-managed-rabbitmq-source<tab>
$ playground run -f fullly-managed-rabbitmq-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*>
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Search for "Change Data Capture" in Settings and then select `Contact`:
Simply run:

```
$ playground run -f fully-managed-salesforce-cdc-source<tab> <SALESFORCE_USERNAME> <SALESFORCE_PASSWORD> <SALESFORCE_CONSUMER_KEY> <SALESFORCE_CONSUMER_PASSWORD> <SALESFORCE_SECURITY_TOKEN>
$ playground run -f fully-managed-salesforce-cdc-source<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <SALESFORCE_USERNAME> <SALESFORCE_PASSWORD> <SALESFORCE_CONSUMER_KEY> <SALESFORCE_CONSUMER_PASSWORD> <SALESFORCE_SECURITY_TOKEN>
```

Note: you can also export these values as environment variable
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ for (Database.SaveResult sr : results) {
Simply run:

```
$ playground run -f fully-managed-salesforce-Platform-events-sink<tab> <SALESFORCE_USERNAME> <SALESFORCE_PASSWORD> <SALESFORCE_CONSUMER_KEY> <SALESFORCE_CONSUMER_PASSWORD> <SALESFORCE_SECURITY_TOKEN>
$ playground run -f fully-managed-salesforce-Platform-events-sink<use tab key to activate [fzf completion](https://kafka-docker-playground.io/#/cli?id=%e2%9a%a1-setup-completion) (otherwise use full path, i.e *not relative path*> <SALESFORCE_USERNAME> <SALESFORCE_PASSWORD> <SALESFORCE_CONSUMER_KEY> <SALESFORCE_CONSUMER_PASSWORD> <SALESFORCE_SECURITY_TOKEN>
```

Note: you can also export these values as environment variable
Loading

0 comments on commit 9c269dc

Please sign in to comment.