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
We need redis to setup pubsub between stores and storeclient, however, we do not throw any error if we are not able to connect to redis. As a result, the services keep running without able to access data from or publish data to stores.
Expected behavior
Services should error out with meaningful log message when it's not able to connect to redis.
Issue
We need redis to setup pubsub between
stores
andstoreclient
, however, we do not throw any error if we are not able to connect to redis. As a result, the services keep running without able to access data from or publish data tostores
.Expected behavior
Services should error out with meaningful log message when it's not able to connect to redis.
Related code
The text was updated successfully, but these errors were encountered: