Skip to content

Commit

Permalink
Update kafka.md
Browse files Browse the repository at this point in the history
Fixed capitalization issue.

Signed-off-by: Heather Halter <[email protected]>
  • Loading branch information
hdhalter committed Jul 18, 2024
1 parent 4477614 commit ddf0f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data-prepper/pipelines/configuration/sources/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Use the following options when setting SSL encryption.
Option | Required | Type | Description
:--- | :--- | :--- | :---
`type` | No | String | The encryption type. Use `none` to disable encryption. Default is `ssl`.
`Insecure` | No | Boolean | A Boolean flag used to turn off SSL certificate verification. If set to `true`, certificate authority (CA) certificate verification is turned off and insecure HTTP requests are sent. Default is `false`.
`insecure` | No | Boolean | A Boolean flag used to turn off SSL certificate verification. If set to `true`, certificate authority (CA) certificate verification is turned off and insecure HTTP requests are sent. Default is `false`.


#### AWS
Expand Down

0 comments on commit ddf0f72

Please sign in to comment.