File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,22 @@ The `Producer`, `Consumer` and `AdminClient` are all thread safe.
134134 confluent-kafka using the instructions in the
135135 "Install from source" section below.
136136
137+ To use Schema Registry with the Avro serializer/deserializer:
138+
139+ $ pip install confluent-kafka[avro,schemaregistry]
140+
141+ To use Schema Registry with the JSON serializer/deserializer:
142+
143+ $ pip install confluent-kafka[json,schemaregistry]
144+
145+ To use Schema Registry with the Protobuf serializer/deserializer:
146+
147+ $ pip install confluent-kafka[protobuf,schemaregistry]
148+
149+ When using Data Contract rules (including CSFLE) add the ` rules ` extra, e.g.:
150+
151+ $ pip install confluent-kafka[avro,schemaregistry,rules]
152+
137153** Install from source**
138154
139155For source install, see the * Install from source* section in [ INSTALL.md] ( INSTALL.md ) .
You can’t perform that action at this time.
0 commit comments