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
Messages added to the `mystream` stream will show up in the `mystream` topic
212
+
Messages added to the `mystream` stream will show up in the `mystream` topic.
213
+
214
+
215
+
== Confluent Cloud
216
+
217
+
This section describes configuration aspects that are specific to using {project-title} in Confluent Cloud.
218
+
219
+
=== Egress Endpoints
220
+
221
+
It is required to specify https://docs.confluent.io/cloud/current/connectors/bring-your-connector/custom-connector-qs.html#cc-byoc-endpoints[egress endpoints] in order for the connector to reach the Redis database.
222
+
223
+
=== Sensitive Properties
224
+
225
+
The following are https://docs.confluent.io/cloud/current/connectors/bring-your-connector/custom-connector-qs.html#sensitive[sensitive properties] that must be marked as such in Confluent Cloud UI.
226
+
227
+
* `redis.uri`: URI of the Redis database to connect to, e.g. `redis://redis-12000.redis.com:12000`
228
+
* `redis.username`: Username to use to connect to Redis
229
+
* `redis.password`: Password to use to connect to Redis
230
+
* `redis.key.password`: Password of the private key file
0 commit comments