Skip to content

Commit

Permalink
docs: Update connector reference docs [bot] (#683)
Browse files Browse the repository at this point in the history
Updating connector docs

Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
  • Loading branch information
bors committed Sep 6, 2023
1 parent ff7da1a commit f0a8b95
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions embeds/connectors/outbound/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Example without security:
```yaml
apiVersion: 0.1.0
meta:
version: 0.2.4
version: 0.2.7
name: my-kafka-connector
type: kafka-sink
topic: kafka-topic
Expand All @@ -44,7 +44,7 @@ Example with security enabled:
```yaml
apiVersion: 0.1.0
meta:
version: 0.2.4
version: 0.2.7
name: my-kafka-connector
type: kafka-sink
topic: kafka-topic
Expand Down Expand Up @@ -74,5 +74,10 @@ fluvio install cdk
cdk deploy -p kafka-sink start --config crates/kafka-sink/config-example.yaml
```

### Testing with security
[Instructions](https://github.com/galibey/kafka-docker-ssl) of how to deploy local kafka cluster with SSL using docker.
After all steps done, in the `secrets` folder there will be `fluvio.key.pem`, `fluvio.pem` and `fake-ca-1.crt` files that can be used
in the connector config as `ssl_key`, `ssl_cert` and `ssl_ca` correspondingly.

## Transformations
Fluvio Kafka Connectors support [Transformations](https://www.fluvio.io/docs/concepts/transformations-chain/).

0 comments on commit f0a8b95

Please sign in to comment.