You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/stream_connection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ If `type` is of value `Kafka` the following additional attributes are defined:
30
30
*`authentication` - User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See [authentication](#authentication).
31
31
*`bootstrap_servers` - Comma separated list of server addresses.
32
32
*`config` - A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
33
-
*`security` - Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See [security](#security).
33
+
*`security` - Properties for the secure transport connection to Kafka. For SASL_SSL, this can include the trusted certificate to use. See [security](#security).
34
34
*`networking` - Networking Access Type can either be `PUBLIC` (default) or `VPC`. See [networking](#networking).
35
35
36
36
If `type` is of value `AWSLambda` the following additional attributes are defined:
@@ -49,7 +49,7 @@ If `type` is of value `Https` the following additional attributes are defined:
49
49
### Security
50
50
51
51
*`broker_public_certificate` - A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
52
-
*`protocol` - Describes the transport type. Can be either `PLAINTEXT` or `SSL`.
52
+
*`protocol` - Describes the transport type. Can be either `SASL_PLAINTEXT` or `SASL_SSL`.
Copy file name to clipboardExpand all lines: docs/data-sources/stream_connections.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ If `type` is of value `Kafka` the following additional attributes are defined:
42
42
*`authentication` - User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See [authentication](#authentication).
43
43
*`bootstrap_servers` - Comma separated list of server addresses.
44
44
*`config` - A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
45
-
*`security` - Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See [security](#security).
45
+
*`security` - Properties for the secure transport connection to Kafka. For SASL_SSL, this can include the trusted certificate to use. See [security](#security).
46
46
*`networking` - Networking Access Type can either be `PUBLIC` (default) or `VPC`. See [networking](#networking).
47
47
48
48
If `type` is of value `AWSLambda` the following additional attributes are defined::
@@ -61,7 +61,7 @@ If `type` is of value `Https` the following additional attributes are defined:
61
61
### Security
62
62
63
63
*`broker_public_certificate` - A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
64
-
*`protocol` - Describes the transport type. Can be either `PLAINTEXT` or `SSL`.
64
+
*`protocol` - Describes the transport type. Can be either `SASL_PLAINTEXT` or `SASL_SSL`.
@@ -112,7 +112,7 @@ If `type` is of value `Kafka` the following additional arguments are defined:
112
112
*`authentication` - User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See [authentication](#authentication).
113
113
*`bootstrap_servers` - Comma separated list of server addresses.
114
114
*`config` - A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
115
-
*`security` - Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See [security](#security).
115
+
*`security` - Properties for the secure transport connection to Kafka. For SASL_SSL, this can include the trusted certificate to use. See [security](#security).
116
116
*`networking` - Networking Access Type can either be `PUBLIC` (default) or `VPC`. See [networking](#networking).
117
117
118
118
If `type` is of value `AWSLambda` the following additional arguments are defined:
@@ -131,7 +131,7 @@ If `type` is of value `Https` the following additional attributes are defined:
131
131
### Security
132
132
133
133
*`broker_public_certificate` - A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
134
-
*`protocol` - Describes the transport type. Can be either `PLAINTEXT` or `SSL`.
134
+
*`protocol` - Describes the transport type. Can be either `SASL_PLAINTEXT` or `SASL_SSL`.
0 commit comments