Skip to content

Commit

Permalink
kafka: doc ability to disable krb FAST (#1476)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kyros <[email protected]>
  • Loading branch information
jkyros authored Oct 18, 2024
1 parent 82f0df0 commit 1f6553a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/2.16/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
- `realm` - Kerberos realm. (Optional unless sasl mode is `gssapi`)
- `kerberosConfig` - Kerberos configuration file. (Optional unless sasl mode is `gssapi`)
- `kerberosServiceName` - Kerberos service name. (Optional takes default value of `kafka` if not provided)
- `kerberosDisableFAST` - To disable FAST negotation, set this to `true` (Values: `true`, `false`, Default: `false`, Optional)
- `oauthTokenEndpointUri` - The OAuth Access Token URI used for oauthbearer token requests. (Optional unless sasl mode set to oauthbearer)
- `scopes` - A comma separated lists of OAuth scopes used in the oauthbearer token requests. (Optional)
- `oauthExtensions` - A comma separated lists of key value pairs in the format key=value OAuth extensions used in the oauthbearer token. (Optional)
Expand Down

0 comments on commit 1f6553a

Please sign in to comment.