Can gossip decide on different broadcast algorithms for message delivery?
Description
I found out that the messages currently used by GossipSub are random sequence numbers. I'd like to use it under gossipsub
- fifo broadcast.
- causal broadcast.
so sorry I am not sure whether this is a feature request or can be realized based on the existing functions. If the existing functions can be realized, what should I do?
Motivation
Requirements
Two broadcast algorithms based gossip
- FIFO broadcast
- causal broadcast
Open questions
Are you planning to do it yourself in a pull request?
Maybe.
Can you expand on your motivation for FIFO and causal boardcast? Would a wrapper around GossipSub suffice which caches events and only emits them based on your policy?
Can you expand on your motivation for FIFO and causal boardcast? Would a wrapper around
GossipSubsuffice which caches events and only emits them based on your policy?
Ok