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

feat: add mirror remote #4097

Closed fraidev closed 2 months ago

fraidev commented 2 months ago

This PR must allow these commands:

fluvio remote register edge1
fluvio topic create mirror-topic --mirror
fluvio topic add-mirror mirror-topic edge1

Related: https://github.com/infinyon/fluvio/issues/4039