This PR adds optional persisted state conflation to the reentrant internal grains.
The aim is to fix the InconsistentStateException they throw when multiple connections are registered in parallel, but to do so without sacrificing performance.
The new feature is opt-in as to avoid breaking changes to other users.
This PR adds optional persisted state conflation to the reentrant internal grains. The aim is to fix the
InconsistentStateException
they throw when multiple connections are registered in parallel, but to do so without sacrificing performance. The new feature is opt-in as to avoid breaking changes to other users.