dashbitco / broadway_kafka

A Broadway connector for Kafka
232 stars 53 forks source link

Support for IPv6 #140

Closed vovayartsev closed 5 months ago

vovayartsev commented 5 months ago

For my Staging environment, I have Redpanda running on fly.io, and I could not connect it to Broadway because only IPv6 addresses are available within fly.io internal network (or I couldn't figure out how to enable IPv4).

The workaround was to use extra_sock_opts: [:inet6] documented here (with :inet6 value documented here )

This PR white-lists and documents extra_sock_opts within available client_config.

josevalim commented 5 months ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: