fluvio
fluvio copied to clipboard
Define a validated `Address` type for `FluvioConfig`
As of today FluvioConfig
uses String
as addr
type. This allow for arbitrary String
s to go
through the configuration as an address.
The address type should support either:
- Socket Addresses (e.g. IPv4 and IPv6)
- Domains (e.g. v1.infinyon.cloud:80)