gorums icon indicating copy to clipboard operation
gorums copied to clipboard

Configurable network latencies in the configuration

Open hanish520 opened this issue 2 years ago • 2 comments

WAN-based deployments can be simulated through gorums with configurable delay in the configuration. currently this issue is a placeholder, more details to be added upon analyzing GRPC

hanish520 avatar Jun 06 '22 15:06 hanish520

I have looked into the dial options, call options, and server options provided by the grpc. It does not provide any API to delay the communication for a specific time. Through there is a convoluted way of doing it, by writing a wrapper around the default encoding mechanism to induce the configured delay. Not sure is it worth it.

hanish520 avatar Jun 08 '22 17:06 hanish520