Skip to content

Commit 6303d12

Browse files
committed
Updates to the README.
1 parent 4a9ae59 commit 6303d12

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ This is a connector for subscribing to Kafka queues and pushing messages to Mark
77

88
## Quick Start
99

10-
* Under Construction
11-
12-
To try this out locally:
10+
#### To try this out locally:
1311

1412
1. Configure kafkaHome in gradle-local.properties - e.g. kafkaHome=/Users/myusername/tools/kafka_2.11-2.1.0
1513
1. Run "./gradlew deploy" to build a jar and copy it and the below property files into the appropriate Kafka directories
1614

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+
1720
See https://kafka.apache.org/quickstart for instructions on starting up Zookeeper and Kafka.
1821

1922
To start the Kafka connector in standalone mode (from the Kafka home directory):

0 commit comments

Comments
 (0)