This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
Are "upcalls" supported? #65
Labels
help wanted
Seeking public contribution on this issue
kind/support
A question or request for support
P3
Low: Not priority right now
status/ready
Ready to be worked
I want to use
libp2p-kad-dht
as a DHT for an application.I am wondering if there's a way to inform this application for new keys about to be saved (or even saved already), i.e. if upcalls are supported.
Example:
Given 3 nodes, A, B and C, that run my application which uses
libp2p-kad-dht
.Given a
put(keyX, valueY)
issued by the application of node A and that the value should be stored in node C, is there a way for informing the application of node C, that a<key, value>
is about to be stored?The text was updated successfully, but these errors were encountered: