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: src/docs/asciidoc/connect.adoc
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,7 @@
2
2
3
3
This section provides information on configuring the Redis Enterprise Kafka Source or Sink Connector to connect to Redis Enterprise.
4
4
5
-
== Redis URI
6
-
7
-
The {project-name} relies on https://lettuce.io[Lettuce] to connect to Redis Enterprise. The Redis URI connection format is described https://github.com/lettuce-io/lettuce-core/wiki/Redis-URI-and-connection-details#uri-syntax[here].
8
-
9
-
== Configuring the Connection URI
5
+
== Configuration
10
6
11
7
Specify the Redis URI in the `redis.uri` property, for example:
12
8
@@ -15,9 +11,11 @@ Specify the Redis URI in the `redis.uri` property, for example:
15
11
redis.uri=redis://redis-12000.redislabs.com:12000
16
12
----
17
13
18
-
Refer to the configuration guides for more detail:
19
-
20
-
* <<sink,Sink Connector Guide>>
21
-
* <<source,Source Connector Guide>>
14
+
Details on the https://github.com/lettuce-io/lettuce-core/wiki/Redis-URI-and-connection-details#uri-syntax[Redis URI syntax] can be found in the Lettuce project https://github.com/lettuce-io/lettuce-core/wiki[wiki].
22
15
16
+
TLS connection URIs start with `rediss://`. To disable certificate verification for TLS connections use the following property:
0 commit comments