Open
Description
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
Type
Projects
Status
In review