BrighterCommand/Brighter

[Feature] Support RMQ Streams

オープン

#1,818 opened on 2021/11/08

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (295 件のフォーク)batch import
.NET0 - BacklogV10.Xfeature requesthelp wanted

Repository metrics

Stars
 (1,898 個のスター)
PR merge metrics
 (平均マージ 8d 18h) (30d で 29 merged PRs)

説明

Is your feature request related to a problem? Please describe. RMQ now supports streams as well as notifications, behavior is similar to Kafka. To be comprehensive in our support of popular brokers, we should support the streams model within Brighter

https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-overview/

Describe the solution you'd like Model RMQ streams similarly to Kafka streams i.e. offset management etc. so as to make the two consistent. Delay and DLQ may be handled via RMQ though

Describe alternatives you've considered The main alternative is to assume anyone who wants streams will pick Kafka or Redis and we don't need to support this.

Additional context If someone is looking for a .NET framework for use with RMQ, and we don't support the usefuil feature set, folks will go elsewhere.

コントリビューターガイド