hashgraph / hedera-block-node

New Block Node services
Apache License 2.0
1 stars 0 forks source link

Create a Test that Simulates Network congestion among Consumers for Block LiveStream Feature #32

Closed AlfredoG87 closed 1 week ago

AlfredoG87 commented 2 weeks ago

Problem

We need to validate and verify that a malicious consumer or a network hiccup cannot slow down the Block node distribution of the block stream items to other healthy nodes/consumers.

Solution

Create a Test, ideally automated that is able to simulate network hiccups and latency up to a dangerous levels and verify that the control consumer is able to keep up with the stream of blocks.

Alternatives

No response