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
Configuration options for Schema Registry Client connections to Kafka brokers.
135
+
Configuration options for Schema Registry client connections to Kafka brokers.
136
136
137
137
.Example
138
138
[,yaml]
@@ -159,13 +159,13 @@ Replace the following placeholders with your values:
159
159
* `<username>`: SCRAM username for authentication
160
160
* `<password>`: SCRAM password for authentication
161
161
162
-
NOTE: Schema Registry Client uses the same configuration properties as HTTP Proxy Client but with different defaults optimized for Schema Registry operations. The client uses immediate batching (0ms delay, 0 record count) for low-latency schema operations.
162
+
NOTE: Schema Registry client uses the same configuration properties as HTTP Proxy client but with different defaults optimized for Schema Registry operations. The client uses immediate batching (0 ms delay, 0 record count) for low-latency schema operations.
163
163
164
164
---
165
165
166
-
== Audit Log Client
166
+
== Audit log client
167
167
168
-
Configuration options for Audit Log Client connections to Kafka brokers.
168
+
Configuration options for Audit log client connections to Kafka brokers.
0 commit comments