aiokafka icon indicating copy to clipboard operation
aiokafka copied to clipboard

Add IPv6 support

Open tvoinarovskyi opened this issue 8 years ago • 2 comments

Kafka-python added it with 1.1.1. After migrating we should add it too. Update tests and docs

tvoinarovskyi avatar May 02 '16 12:05 tvoinarovskyi

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.

tvoinarovskyi avatar Apr 18 '17 09:04 tvoinarovskyi

Through faust, after applying this change https://github.com/faust-streaming/faust/pull/66 it seems to work correctly.

Anvil avatar Dec 21 '20 15:12 Anvil