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 reactive redis pubsub patterns channels like : xchannel-* , I hope get the real channel name [like xchannel-1 ] when Consumer message , but now I can't get it .
I need to check the protocol so see if we have the data. Also it would require introducing an envelope type carrying that info in addition to the payload.
Description
When reactive redis pubsub patterns channels like : xchannel-* , I hope get the real channel name [like xchannel-1 ] when Consumer message , but now I can't get it .
ReactivePubSubCommandsImpl.AbstractRedisSubscriber.java
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: