fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Define a validated `Address` type for `FluvioConfig`

Open LeoBorai opened this issue 8 months ago • 0 comments

As of today FluvioConfig uses String as addr type. This allow for arbitrary Strings 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)

LeoBorai avatar Jun 30 '24 23:06 LeoBorai