The current implementation of the DynamoDB clustering provider only supports the initial membership protocol, not the later extension to the protocol to support totally ordered views of cluster membership.
It's important to support this so that the provider will function correctly.
See this PR which adds such support to Consul: https://github.com/dotnet/orleans/pull/6095
We were thinking of updating to 2.4.x next week. Sounds like this may be a blocker, so I can see about getting some time to work on it.
Most helpful comment
We were thinking of updating to 2.4.x next week. Sounds like this may be a blocker, so I can see about getting some time to work on it.