corenova / kos

A swarm intelligence framework for creating distributed data pipelines and autonomic neural networks
Apache License 2.0
24 stars 4 forks source link

Enable data flow propagation hop limit option #3

Open sekur opened 7 years ago

sekur commented 7 years ago

Currently, the KOS fabric operates in a hive-like cluster manner, where data flows propagate without hop limits to all instances in the distributed network.

To support localized propagation scope, we should introduce hop limits for sync/pull/push reactors in order to better control network-wide broadcast storms.