infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.79k stars 500 forks source link

Define a validated `Address` type for `FluvioConfig` #4091

Closed EstebanBorai closed 2 months ago

EstebanBorai commented 3 months ago

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:

EstebanBorai commented 2 months ago

Closing as data type must be too wide to support domains, socket addresses and file paths.