aiokafka
aiokafka copied to clipboard
Add IPv6 support
Kafka-python added it with 1.1.1. After migrating we should add it too. Update tests and docs
This needs confirmation. asyncio
should just work properly with IPv6 without doing anything. So we need to start a broker on IPv6 only and try to connect to it. If it can we can close this ticket.
Through faust, after applying this change https://github.com/faust-streaming/faust/pull/66 it seems to work correctly.