Skip to content

Commit 4b4a0a4

Browse files
authored
Update README for 2.6.2 (#1880)
1 parent a0eb782 commit 4b4a0a4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff 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

139155
For source install, see the *Install from source* section in [INSTALL.md](INSTALL.md).

0 commit comments

Comments
 (0)