chitchat icon indicating copy to clipboard operation
chitchat copied to clipboard

multiple addresses?

Open Roguelazer opened this issue 3 years ago • 1 comments

This crate looks super-cool; have you given any thought to how to allow nodes to have multiple addresses? For example, in a mixed IPv4 and IPv6 stack world, some nodes may have both an IPv4 address and an IPv6 address, and some may have only one or the other. This is a big problem deploying Cassandra in mixed-stack environments (since its gossip address can only be a single socket address).

Roguelazer avatar Apr 28 '22 20:04 Roguelazer

Using quickwit in a dual stack environnement in kubernetes, would be cool to support it 👍

2024-07-14T22:58:40.521Z  WARN chitchat::server: Failed to gossip with seed node. error=failed to send chitchat message to peer

Caused by:
    Address family not supported by protocol (os error 97) node_address=[2001:cafe:42::3:9c76]:7282

M0NsTeRRR avatar Jul 14 '24 23:07 M0NsTeRRR