Skip to content

Consider backing off if RequestBroadcast errors #632

Open
@masih

Description

@masih

The GPBFT implementation here silently logs errors that occur as a result of requesting broadcast.

In practice, if such situations occur it may be better to backoff from sending consecutive requests, e.g. that may be caused by pubsub congestion.

Using a circuit breaker pattern at host implementation in f3 package might just do the trick without the need for larger refactor across the core gpbft package/protocol changes.

Originally posted by @Stebalien in #627 (comment)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

  • Status

    In review

Relationships

None yet

Development

No branches or pull requests

Issue actions