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
Many times we need to just assign a consumer to a particular topic, without having to consume from it. Tests is a place where this comes up frequently.
We could expose assigning a consumer to a topic via the SUBSCRIBE Redis command.
This could be a blocking command.
The text was updated successfully, but these errors were encountered:
Many times we need to just assign a consumer to a particular topic, without having to consume from it. Tests is a place where this comes up frequently.
We could expose assigning a consumer to a topic via the
SUBSCRIBE
Redis command.This could be a blocking command.
The text was updated successfully, but these errors were encountered: