File tree Expand file tree Collapse file tree 8 files changed +24
-14
lines changed Expand file tree Collapse file tree 8 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 344
344
</dependencies >
345
345
<configuration >
346
346
<attributes >
347
+ <icons >font</icons >
348
+ <sectanchors >true</sectanchors >
349
+ <source-highlighter >coderay</source-highlighter >
350
+ <coderay-linenums-mode >table</coderay-linenums-mode >
351
+ <toc >left</toc >
352
+ <numbered >true</numbered >
353
+ <linkattrs >true</linkattrs >
354
+ <linkcss >true</linkcss >
347
355
<github-owner >${github.owner} </github-owner >
348
356
<github-repo >${github.repo} </github-repo >
349
357
<component-owner >${component-owner} </component-owner >
352
360
<project-name >${project.name} </project-name >
353
361
<project-version >${project.version} </project-version >
354
362
<sourcedir >${project.build.sourceDirectory} </sourcedir >
355
- <icons >font</icons >
356
363
</attributes >
357
364
</configuration >
358
365
<executions >
Original file line number Diff line number Diff line change 1
- = Connect to Redis Enterprise
1
+ [[connect]]
2
+ = Connect to Redis
2
3
3
4
This section provides information on configuring the Redis Enterprise Kafka Source or Sink Connector to connect to Redis Enterprise.
4
5
Original file line number Diff line number Diff line change
1
+ [[docker]]
1
2
= Quick Start with Docker
2
3
3
4
This guide provides a hands-on look at the functionality of the Redis Enterprise Kafka Source and Sink Connectors:
@@ -13,7 +14,7 @@ https://docs.docker.com/get-docker/[Docker]
13
14
14
15
Clone the https://github.com/{github-owner}/{github-repo}.git[{github-repo}] repository and execute `run.sh` in `docker` directory:
15
16
16
- [source,bash ,subs="attributes"]
17
+ [source,console ,subs="attributes"]
17
18
----
18
19
git clone https://github.com/{github-owner}/{github-repo}.git
19
20
cd redis-enterprise-kafka/docker
@@ -44,7 +45,7 @@ include::resources/pageviews.json[]
44
45
* The `pageviews` stream should contain the 10 change events.
45
46
46
47
Examine the stream in Redis:
47
- [source,bash ]
48
+ [source,console ]
48
49
----
49
50
docker-compose exec redis /usr/local/bin/redis-cli
50
51
xread COUNT 10 STREAMS pageviews 0
Original file line number Diff line number Diff line change
1
+ [[install]]
1
2
= Install
2
3
4
+ Select one of the methods below to install {name}.
5
+
3
6
== Download
4
7
5
8
Download the latest release archive from https://github.com/{github-owner}/{github-repo}/releases[here].
@@ -13,11 +16,11 @@ Download the connector archive that matches your version of Confluent Platform:
13
16
* Confluent Platform 6.0+: `{component-owner}-{component-name}-*6*.{project-version}.zip`
14
17
====
15
18
16
- == Install using Confluent Hub
19
+ == Confluent Hub
17
20
18
21
1. Install the https://docs.confluent.io/current/connect/managing/confluent-hub/client.html[Confluent Hub Client]
19
22
2. Install the {project-name} using the Confluent Hub Client
20
23
21
- == Install Manually
24
+ == Manually
22
25
23
26
Follow the instructions in https://docs.confluent.io/home/connect/community.html#manually-installing-community-connectors/[Manually Installing Community Connectors]
Original file line number Diff line number Diff line change
1
+ [[resources]]
1
2
= Resources
2
3
3
4
== Kafka
Original file line number Diff line number Diff line change
1
+ [[sink]]
1
2
= Sink Connector Guide
2
3
:name: Redis Enterprise Kafka Sink Connector
3
4
Original file line number Diff line number Diff line change
1
+ [[source]]
1
2
= Source Connector Guide
2
3
:name: Redis Enterprise Kafka Source Connector
3
4
Original file line number Diff line number Diff line change @@ -16,23 +16,18 @@ This guide provides documentation and usage information across the following top
16
16
* <<sink,Sink Connector>>
17
17
* <<source,Source Connector>>
18
18
* <<docker,Docker Example>>
19
- * <<links ,Resources>>
19
+ * <<resources ,Resources>>
20
20
21
21
:leveloffset: 1
22
- [[install]]
22
+
23
23
include::_install.adoc[]
24
24
25
- [[connect]]
26
25
include::_connect.adoc[]
27
26
28
- [[sink]]
29
27
include::_sink.adoc[]
30
28
31
- [[source]]
32
29
include::_source.adoc[]
33
30
34
- [[docker]]
35
31
include::_docker.adoc[]
36
32
37
- [[links]]
38
- include::_links.adoc[]
33
+ include::_resources.adoc[]
You can’t perform that action at this time.
0 commit comments