File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,13 @@ Migration from a third party Schema Registry | ✔️ | ✔️
2424Flink support | ✔️ | ❌
2525Kafka Connect support | ✔️ | | N/A for Python, Kafka Connect is Java-only
2626
27- ## Installation
27+ ## Installation - PyPI (Recommended)
2828
29- Clone this repository and install it:
29+ ` pip install aws-glue-schema-registry `
30+
31+ ## Installation - local
32+
33+ Clone this repository and run:
3034
3135```
3236python setup.py install -e .
@@ -67,7 +71,7 @@ from aws_schema_registry.avro import AvroSchema
6771# so we need to have the `kafka-python` extras installed and use
6872# the kafka adapter.
6973from aws_schema_registry.adapter.kafka import KafkaSerializer
70- from kafka import KafkaConsumer
74+ from kafka import KafkaProducer
7175
7276# Create the schema registry client, which is a façade around the boto3 glue client
7377client = SchemaRegistryClient(glue_client,
You can’t perform that action at this time.
0 commit comments