Skip to content

Add support for RabbitMQ streams #51

@dantamsdb

Description

@dantamsdb

RabbitMQ 3.9 has added a new feature called streams. See here: https://www.rabbitmq.com/streams.html

As described on the above page, one of the advantages of RabbitMQ streams versus queues is throughput performance.

If Logstash added support for RabbitMQ streams both as input and output, then Logstash users who integrate with RabbitMQ, and who are able to switch from queues to streams, would get much better throughput performance.

Today we are using RabbitMQ queues as both Logstash input and output, and we are not happy with the performance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions