confluent-kafka-python
confluent-kafka-python copied to clipboard
`avro-python3` is deprecated
Description
It seems like avro-python3 was recently deprecated in favor of the base avro library according to the README below; however, confluent-kafka depends on avro-python3.
https://github.com/apache/avro/tree/master/lang/py3
How to reproduce
Checklist
Please provide the following information:
- [ ] confluent-kafka-python and librdkafka version (
confluent_kafka.version()andconfluent_kafka.libversion()): - [ ] Apache Kafka broker version:
- [ ] Client configuration:
{...} - [ ] Operating system:
- [ ] Provide client logs (with
'debug': '..'as necessary) - [ ] Provide broker log excerpts
- [ ] Critical issue
Thanks for bringing this to our attention, care to create a PR?
Haven't investigated the scope of the change much, but I can potentially throw something together outside working hours.
PR for this one: https://github.com/confluentinc/confluent-kafka-python/pull/1212
Closing as this is already merged.