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 7df4e7b commit ad20c24
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@ A comma-separated list of Kafka broker URLs, e.g. `localhost:9092`.

## `--offset-topic`

The name of the internal topic where Kafka Connect stores its source connector offsets. Set in Kafka Connect's
[Worker Configuration](https://docs.confluent.io/platform/current/connect/references/allconfigs.html#distributed-worker-configuration)
via the `offset.storage.topic` property.
The name of the internal topic where Kafka Connect stores its source connector offsets.

## `--connector-name`

The name of the source connector to reset its offsets for.
The name of the source connector to reset.

# Usage

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

```sh
connor --bootstrap-servers localhost:9092 --offset-topic docker-connect-offsets --connector-name connect-file-pulse-quickstart-log4j
Expand Down

0 comments on commit ad20c24

Please sign in to comment.