File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
confluent_kafka/schema_registry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,15 +252,15 @@ class SchemaRegistryClient(object):
252
252
"""
253
253
Schema Registry Client.
254
254
255
- SchemaRegistryClient configuration properties(* indicates a required field):
255
+ SchemaRegistryClient configuration properties (* indicates a required field):
256
256
257
257
+------------------------------+------+-------------------------------------------------+
258
258
| Property name | type | Description |
259
259
+==============================+======+=================================================+
260
260
| ``url`` * | str | Schema Registry URL. |
261
261
+------------------------------+------+-------------------------------------------------+
262
262
| | | Path to CA certificate file used |
263
- | ``ssl.ca.location`` * | str | to verify the Schema Registry's |
263
+ | ``ssl.ca.location`` | str | to verify the Schema Registry's |
264
264
| | | private key. |
265
265
+------------------------------+------+-------------------------------------------------+
266
266
| | | Path to client's private key |
You can’t perform that action at this time.
0 commit comments