Skip to content

Commit

Permalink
chore: readme typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Dec 16, 2023
1 parent 8bfde34 commit 405f871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ under [the specified folder](examples/with-sasl-plaintext) and then start the ap
| `retryConfiguration.sasl.password` | SCRAM OR PLAIN password | |
| `batchConfiguration.messageGroupLimit` | Maximum number of messages in a batch | |
| `batchConfiguration.batchConsumeFn` | Kafka batch consumer function, if retry enabled it, is also used to consume retriable messages | |
| `batchConfiguration.preBatch` | This function enable for transforming messages before batch consuming starts | |
| `batchConfiguration.preBatchFn` | This function enable for transforming messages before batch consuming starts | |
| `tls.rootCAPath` | [see doc](https://pkg.go.dev/crypto/tls#Config.RootCAs) | "" |
| `tls.intermediateCAPath` | Same with rootCA, if you want to specify two rootca you can use it with rootCAPath | "" |
| `sasl.authType` | `SCRAM` or `PLAIN` | |
Expand Down

0 comments on commit 405f871

Please sign in to comment.