Context
I’m currently testing a content-based pubsub for my master thesis. I use go-libp2p-kad-dht as the routing base for my pubsub and testground to evaluate the system.
Problem
My problem is that once I surpass 50 nodes at testground, these new nodes’ addresses are not present at those nodes PeerInfo on the other peer’s routing tables. Don’t know if these is a resources problem, or system problem, or related to testground. Currently i’ve a high-load scenario that uses almost all the resources my laptop supports, but in the low-load scenario I have this problem. The bootstrapping mechanism i’m using is similar to the one at libp2p/test-plan for the dht.
Would like to know if there is some problem with my testplan before scaling the experience to a aws-cluster.
Testplan-repo
pedroaston/contentps-test: Testground’s plan for testing my content-based pub-sub middleware over IPFS’ DHT (github.com)