Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Aug 15, 2021
1 parent ad20c24 commit 1d58c9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,20 @@ ConnOR accepts 3 mandatory command line arguments

## `--bootstrap-servers`

A comma-separated list of Kafka broker URLs, e.g. `localhost:9092`.
A comma-separated list of Kafka broker URLs.

## `--offset-topic`

The name of the internal topic where Kafka Connect stores its source connector offsets.

## `--connector-name`

The name of the source connector to reset.
The name of the source connector whose offsets you want to reset.

# Usage

:exclamation: Shut down the source connector before running the following command.

Run `connor` with all 3 mandatory arguments set, e.g.

```sh
Expand Down

0 comments on commit 1d58c9c

Please sign in to comment.