Skip to content

Commit

Permalink
Renamed serviceName to kerberosServiceName for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunYogesh committed Mar 1, 2024
1 parent bd95e2f commit 3ee1242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.14/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
- `keytab` - Kerberos keytab. Either `password` or `keytab` is required in case of `gssapi`. (Optional)
- `realm` - Kerberos realm. (Optional unless sasl mode is `gssapi`)
- `kerberosConfig` - Kerberos configuration file. (Optional unless sasl mode is `gssapi`)
- `serviceName` - Kerberos service name. (Optional takes default value of `kafka` if not provided)
- `kerberosServiceName` - Kerberos service name. (Optional takes default value of `kafka` if not provided)
- `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 3ee1242

Please sign in to comment.