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
For all the available stores (relational and ESDB) add tests to ensure that the subscription drop causes resubscribe.
Also ensure that the health check returns degraded when the subscription is dropped.
I've seen that resubscribe logic works fine for ESDB as when I run the sample app and stop the ESDB container, it enters the loop of doom trying to resubscribe. As soon as the container starts again, the subscription restores. For SQL Server, #307 indicates that it doesn't resubscribe, so it's best to start with adding a test there.
The text was updated successfully, but these errors were encountered:
For all the available stores (relational and ESDB) add tests to ensure that the subscription drop causes resubscribe.
Also ensure that the health check returns degraded when the subscription is dropped.
I've seen that resubscribe logic works fine for ESDB as when I run the sample app and stop the ESDB container, it enters the loop of doom trying to resubscribe. As soon as the container starts again, the subscription restores. For SQL Server, #307 indicates that it doesn't resubscribe, so it's best to start with adding a test there.
The text was updated successfully, but these errors were encountered: