Skip to content

[Messenger] Redis Transport does not create a stream #31791

@desmax

Description

@desmax

Symfony version(s) affected: 4.3

Description
Redis transport does not create a stream and when messenger tries to consume messages it fails with NOGROUP No such key 'msgssls' or consumer group 'symfony' in XREADGROUP with GROUP option

although line $this->connection->xgroup('CREATE', $this->stream, $this->group, 0, true); is executed in Symfony\Component\Messenger\Transport\RedisExt\Connection
no command is issued in redis.

If I create stream manually like this "XGROUP" "CREATE" "msgssls" "symfony" "0" "MKSTREAM" it processes 1 message and then gives Segmentation fault.

This works fine on my mac, but fails on debian server.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy