Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/tools/cli/service/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,23 @@ An example of `avn service connector status` output:
}
```

### `avn service connector stop`

Stops an Apache Kafka® Connect connector in a given Aiven for Apache
Kafka® service.

| Parameter | Information |
| -------------- | ---------------------------- |
| `service_name` | The name of the Service |
| `connector` | Kafka Connect connector name |

**Example:** Stop the Kafka Connect connector named
`pg-bulk-invoices-source` in the service `kafka-demo`.

```
avn service connector stop kafka-demo pg-bulk-invoices-source
```

### `avn service connector update`

Updates an Apache Kafka® Connect connector in a given Aiven for Apache
Expand Down