libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
270 stars 75 forks source link

Add propagator in `MessageApi` when subscribed to a pubsub topic #354

Closed StefanBratanov closed 7 months ago

StefanBratanov commented 7 months ago

Add val propagator to MessageApi which can be used by downstream subscribers to know who has propagated the gossip message

StefanBratanov commented 7 months ago

Closing this because alternative solutions were discussed