Skip to content

Commit

Permalink
Added JsonConverter parameters in to connector configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfordcp committed Sep 26, 2019
1 parent 8568e09 commit c3789f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kafka-connector-cdc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

1. Install Docker
2. Install Docker Compose
3. Download kafaka-connect-dse-2.0.0-20190925-LABS.jar from DataStax Labs
3. Download kafaka-connect-dse-2.0.0-20190925-LABS.jar from [DataStax Labs]() and place it within this directory.

## Start the components
3. Start up the stack `docker-compose up -d`
Expand Down Expand Up @@ -57,6 +57,8 @@

Name: demo-connector
Tasks max: 1
Key converter class: JsonConverter
Value converter class: JsonConverter
topic: demo-topic
destination: demo_destination
contact_points: dse
Expand Down

0 comments on commit c3789f4

Please sign in to comment.