Skip to content

[feature] Consuming messages from redis channels #673

Open
@semboko

Description

I have a process in my microservice, which emits messages and publish them into a redis channel. These messages are consumed by the other microservice, but at the same time they have to be sent via websockets to the browser application. Currently, I have to send the messages from the emitter into two places: the redis channel and centrifugo server via http.

Would be great to have an option to directly consume messages from redis channels or to somehow write such an extension.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions