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: kafka/4.10/modules/ROOT/pages/kafka-connector-studio.adoc
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,17 @@ You can create a consumer configuration global element to reference from Apache
47
47
|Consumer Kerberos| Principal | Entity for the Apache Kafka system to authenticate
48
48
| |Service name | Kerberos principal name associated with Kafka Connector
49
49
| | Kafka configuration file (krb5.conf) | File that contains Kerberos configuration information
50
+
|Consumer SASL/OAUTHBEARER | Client ID | Unique identifier assigned to the OAuth client, facilitating secure authentication and authorization processes
51
+
| | Client Secret | Confidential authentication credential assigned to the OAuth client
52
+
| | OAuth Token Endpoint | URL where clients can request access tokens from the authentication server
50
53
|Consumer SASL/SCRAM | Username | Username with which to log in to Kafka
51
54
| | Password | Password with which to log in to Kafka
52
55
| | Encryption type | Encryption algorithm used by SCRAM
53
56
|Consumer SASL/PLAIN | Username | Username with which to log in to Kafka
54
57
| | Password | Password with which to log in to Kafka
58
+
|Consumer SASL/TOKEN | Token ID | ID of the token
59
+
| | Token HMAC | Token HMAC
60
+
| | Encryption type | Encryption algorithm used by SCRAM
55
61
|===
56
62
57
63
== Producer Configuration
@@ -71,10 +77,16 @@ Create a producer configuration global element:
71
77
|Producer Kerberos| Principal | Entity for the Apache Kafka system to authenticate
72
78
| |Service name | Kerberos principal name associated with Kafka Connector
73
79
| | Kerberos configuration file (krb5.conf) | File that contains Kerberos configuration information
74
-
|Consumer SASL/SCRAM | Username | Username with which to log in to Kafka
80
+
|Producer SASL/OAUTHBEARER | Client ID | Unique identifier assigned to the OAuth client, facilitating secure authentication and authorization processes
81
+
| | Client Secret | Confidential authentication credential assigned to the OAuth client
82
+
| | OAuth Token Endpoint | URL where clients can request access tokens from the authentication server
83
+
|Producer SASL/SCRAM | Username | Username with which to log in to Kafka
75
84
| | Password | Password with which to log in to Kafka| | Encryption type | Encryption algorithm used by SCRAM
76
-
|Consumer SASL/PLAIN | Username | Username with which to log in to Kafa
85
+
|Producer SASL/PLAIN | Username | Username with which to log in to Kafa
77
86
| | Password | Password with which to log in to Kafka
87
+
|Producer SASL/TOKEN | Token ID | ID of the token
88
+
| | Token HMAC | Token HMAC
89
+
| | Encryption type | Encryption algorithm used by SCRAM
0 commit comments