Skip to content

Commit

Permalink
Merge pull request #32 from databendcloud/fix/add-sasl-readme
Browse files Browse the repository at this point in the history
fix: add sasl config to readme
  • Loading branch information
hantmac authored Aug 21, 2024
2 parents cb6b018 + aac572b commit c663575
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ with `config.conf.json` and the table `default.kfk_test` will be created and the
| kafkaBootstrapServers | kafka bootstrap servers | "127.0.0.1:64103" | "127.0.0.1:9092,127.0.0.2:9092" |
| kafkaTopic | kafka topic | "test" | "test" |
| KafkaConsumerGroup | kafka consumer group | "kafka-bend-ingest" | "test" |
|isSASL | is sasl | false | true |
|saslUser | sasl user | "" | "user" |
|saslPassword | sasl password | "" | "password" |
| mockData | mock data | "" | "" |
| isJsonTransform | is json transform | true | true |
| databendDSN | databend dsn | no | "http://localhost:8000" |
Expand Down

0 comments on commit c663575

Please sign in to comment.