You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user updates a newly created subscription, the state update might be lost due to overwriting behaviour in ZookeeperBasedRepository.
The overwrite operation users should include a call to get the version of the data and repeat in a CAS like manner.
In the case I observed a consumer was just created for the subscription and the ACTIVE state got set, but in the meantime a subscription update event has happened and lost that state transition.
The text was updated successfully, but these errors were encountered:
When a user updates a newly created subscription, the state update might be lost due to overwriting behaviour in
ZookeeperBasedRepository
.The
overwrite
operation users should include a call to get the version of the data and repeat in a CAS like manner.In the case I observed a consumer was just created for the subscription and the
ACTIVE
state got set, but in the meantime a subscription update event has happened and lost that state transition.The text was updated successfully, but these errors were encountered: