-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertheme: 4.0theme: Message Listener Containertype: enhancementA general enhancementA general enhancement
Description
Piotr opened DATAREDIS-1047 and commented
Currently addMessageListener is asynchronous method and there is no way to determine if a subscription is ready (it uses lazy loading). In my scenario I need to know when a service is ready to receive messages from Redis as it needs to send initial state to connected clients.
The feature would be also useful for scenarios when subscriptions are added at runtime rather than at startup.
The similar problem was reported here: https://stackoverflow.com/questions/32297321/spring-data-redis-how-do-i-know-that-messagelistener-is-ready
No further details from DATAREDIS-1047
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertheme: 4.0theme: Message Listener Containertype: enhancementA general enhancementA general enhancement