File tree Expand file tree Collapse file tree 3 files changed +24
-12
lines changed Expand file tree Collapse file tree 3 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,18 @@ sync_period = "10s"
162
162
# # **It's only used when the provider is `kafka`**.
163
163
broker_endpoints = [" 127.0.0.1:9092" ]
164
164
165
- # The Kafka SASL configuration
165
+ # The Kafka SASL configuration.
166
166
# **It's only used when the provider is `kafka`**.
167
+ # Available SASL mechanisms:
168
+ # - `PLAIN`
169
+ # - `SCRAM-SHA-256`
170
+ # - `SCRAM-SHA-512`
167
171
# [wal.sasl]
168
172
# type = "SCRAM-SHA-512"
169
- # username = "hi "
170
- # password = "test "
173
+ # username = "user_kafka "
174
+ # password = "secret "
171
175
172
- # The Kafka TLS configuration
176
+ # The Kafka TLS configuration.
173
177
# **It's only used when the provider is `kafka`**.
174
178
# [wal.tls]
175
179
# server_ca_cert_path = "/path/to/server_cert"
Original file line number Diff line number Diff line change @@ -95,14 +95,18 @@ provider = "raft_engine"
95
95
# # The broker endpoints of the Kafka cluster.
96
96
broker_endpoints = [" 127.0.0.1:9092" ]
97
97
98
- # The Kafka SASL configuration
98
+ # The Kafka SASL configuration.
99
99
# **It's only used when the provider is `kafka`**.
100
+ # Available SASL mechanisms:
101
+ # - `PLAIN`
102
+ # - `SCRAM-SHA-256`
103
+ # - `SCRAM-SHA-512`
100
104
# [wal.sasl]
101
105
# type = "SCRAM-SHA-512"
102
- # username = "hi "
103
- # password = "test "
106
+ # username = "user_kafka "
107
+ # password = "secret "
104
108
105
- # The Kafka TLS configuration
109
+ # The Kafka TLS configuration.
106
110
# **It's only used when the provider is `kafka`**.
107
111
# [wal.tls]
108
112
# server_ca_cert_path = "/path/to/server_cert"
Original file line number Diff line number Diff line change @@ -171,14 +171,18 @@ sync_period = "10s"
171
171
# # **It's only used when the provider is `kafka`**.
172
172
broker_endpoints = [" 127.0.0.1:9092" ]
173
173
174
- # The Kafka SASL configuration
174
+ # The Kafka SASL configuration.
175
175
# **It's only used when the provider is `kafka`**.
176
+ # Available SASL mechanisms:
177
+ # - `PLAIN`
178
+ # - `SCRAM-SHA-256`
179
+ # - `SCRAM-SHA-512`
176
180
# [wal.sasl]
177
181
# type = "SCRAM-SHA-512"
178
- # username = "hi "
179
- # password = "test "
182
+ # username = "user_kafka "
183
+ # password = "secret "
180
184
181
- # The Kafka TLS configuration
185
+ # The Kafka TLS configuration.
182
186
# **It's only used when the provider is `kafka`**.
183
187
# [wal.tls]
184
188
# server_ca_cert_path = "/path/to/server_cert"
You can’t perform that action at this time.
0 commit comments