Arnaud Burlet
Arnaud Burlet
Here's my understanding: 1. When initially marking an association as quarantined, the `Quarantined` control message is not sent to the remote when harmless is true: https://github.com/apache/pekko/blob/8cb7d256dcc1498b79a9fff815146fb5b1f451f0/remote/src/main/scala/org/apache/pekko/remote/artery/Association.scala#L569-L572 2. now comes `InboundQuarantineCheck`...
This could be a duplicate of https://github.com/argoproj/argo-cd/issues/9175
@seigert I'd love to run the benchmarks you mentioned [here](https://github.com/typelevel/fs2-grpc/pull/797#issue-3416946146), could you do it or share the setup? I think instructions to bench the client side of fs2-grpc are sorely...