From b8a7e05b1a71c3b12d8f28d652075434b4c3f561 Mon Sep 17 00:00:00 2001 From: Anirudh Ramanathan Date: Tue, 23 Jul 2019 17:35:24 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f05ae84..4c7c1f6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Kafka Connect for [Rockset](https://rockset.com/) is a [Kafka Connect Sink](https://docs.confluent.io/current/connect/index.html). This connector helps you load your data from Kafka Streams into Rockset collections through the [Rockset Streaming Write API](https://docs.rockset.com/source-rockset-streaming-write/) and runs in both standalone and distributed mode. **Only valid JSON and Avro documents can be read from Kafka Streams and written to Rockset collections by Kafka Connect for Rockset.** +## API Version + +This connector is a sink connector that makes use of the 2.0.0-cp1 version of the Kafka Connect API. ## Requirements