Skip to content

Commit

Permalink
Complete readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sortega committed Feb 17, 2021
1 parent 909e2ba commit 86bb712
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ You can check SRV records with `dig`:

## How to use

1. Add this library to Kafka connect classpath. TODO: how?
1. Add this library to Kafka connect classpath. Download it from
[Maven Central][maven-central-redir] or from [releases](releases) and
leave it in `$kafka_home/libs/` or any other classpath directory.

2. Configure `connect-distributed.properties`:

Expand All @@ -51,6 +53,10 @@ You can check SRV records with `dig`:
"cassandra.contact.points": "${rsv:_cassandra._tcp.cluster1.example.com}"
```

[maven-central-redir]: https://maven-badges.herokuapp.com/maven-central/org.refeed/connect-dns-provider

## Testing

TODO
```bash
> mvn test
```

0 comments on commit 86bb712

Please sign in to comment.