Aaron Stannard
Aaron Stannard
So I've found the issue here: https://github.com/akkadotnet/akka.net/blob/0782c7dc069618e20a3791aaab667076f487ad96/src/contrib/cluster/Akka.Cluster.Metrics/Serialization/NodeMetrics.cs#L23-L110 Indeed, we are abusing the Protobuf objects inside our internal usages within Akka.Cluster.Metrics. That's a separate issue that I think will need to...
We fixed the issue with Akka.Cluster.Mertrics - you should be good to move forward with this now @yanpitangui
> @Aaronontheweb, now, adding the internal accessor to the protobuf definition in the csproj, everything works fine. If I remove it, i will have to add the new types to...
> > @Aaronontheweb, now, adding the internal accessor to the protobuf definition in the csproj, everything works fine. If I remove it, i will have to add the new types...
@yanpitangui nah these are some racy tests - your code did not trigger those. We're even working on fixing some of them right now over on https://github.com/akkadotnet/akka.net/pull/7068
I'm gonna get this merged in soon, fyi @yanpitangui
If you can do it, please do 🫡Sent from my iPhoneOn Apr 19, 2024, at 1:03 PM, Yan Pitangui ***@***.***> wrote: I'm gonna get this merged in soon, fyi @yanpitangui...
Thanks, we'll look into this
@lamereactor no it is not; it's on my todo list big time.
Need to also clarify how to set the supervision strategy properly on routers: > So, is it also normal that overriding SupervisionStrategy the usual way is not having effect (e.g....