Network overload of docker containers

58 views Asked by At

I am a beginner in using docker. I am running a blockchain (tendermint) simulation in my laptop using docker compose. Of all the transactions sent, only a very few transaction reaches all the servers. I am using four containers which communicate among themselves. Is it possible that the containers just drop the transactions when the rate at which the transactions are sent is too much for them to handle?

0

There are 0 answers