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: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,16 @@ This is a connector for subscribing to Kafka queues and pushing messages to Mark
7
7
8
8
## Quick Start
9
9
10
-
* Under Construction
11
-
12
-
To try this out locally:
10
+
#### To try this out locally:
13
11
14
12
1. Configure kafkaHome in gradle-local.properties - e.g. kafkaHome=/Users/myusername/tools/kafka_2.11-2.1.0
15
13
1. Run "./gradlew deploy" to build a jar and copy it and the below property files into the appropriate Kafka directories
16
14
15
+
#### To try this out on a remote Kafka server
16
+
1. Run "./gradlew jar" to build the jar.
17
+
1. Copy the jar to the <kafkaHome>/libs on the remote server.
18
+
1. Copy the two properties (config/marklogic-connect-distributed.properties config/marklogic-sink.properties) to <kafkaHome>/config on the remote server.
19
+
17
20
See https://kafka.apache.org/quickstart for instructions on starting up Zookeeper and Kafka.
18
21
19
22
To start the Kafka connector in standalone mode (from the Kafka home directory):
0 commit comments