Unverified Commit 43376860 authored by Konstantine Karantasis's avatar Konstantine Karantasis Committed by GitHub
Browse files

Update README.md with details for local dev

parent bd7b5a8b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ for copying data between Kafka and Elasticsearch.

# Development

To build a development version you'll need a recent version of Kafka. You can build
kafka-connect-elasticsearch with Maven using the standard lifecycle phases.
To build a development version you'll need a recent version of Kafka as well as a set of upstream Confluent projects, which you'll have to build from their appropriate snapshot branch. See the [FAQ](https://github.com/confluentinc/kafka-connect-elasticsearch/wiki/FAQ) for guidance on this process.

You can build kafka-connect-elasticsearch with Maven using the standard lifecycle phases.

# Contribute