-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Support RocketMQ Option After Streaming Service Finished #33962
Comments
If this proposal passes, please assign it to me.🫡 |
@chyezh |
@CocaineCong And we want a more simple interface of Recently, the interface definition PR #33745 will be merged. Could you help to modify |
we need implement the following interface:
|
ok, I got it. anything need my help just let me know. |
related PR is ready at master branch: #34046 You can design and implement wal services based on RocketMQ now. If the PR pass the Moreover, /assign @CocaineCong |
got it. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Support for more types of MQ, more diversity
Describe the solution you'd like.
Describe an alternate solution.
No response
Anything else? (Additional Context)
title: support rocketmq in milvus
authors: @CocaineCong
creation-date: 2024-06-19
Support RocketMQ Option & RocketMQ API Controller
Milvus currently supports message queue (MQ) options for tasks such as asynchronous data processing, real-time data synchronization, and event-driven architectures. However, the existing MQ options are limited, and users may require additional flexibility and compatibility with different messaging systems.
Summary
This proposal suggests extending the message queue options in Milvus to include support for RocketMQ, a distributed messaging and streaming platform developed by the Apache Software Foundation.
RocketMQ provides features like high throughput, fault tolerance, scalability, and strong consistency, making it a popular choice for real-time messaging and event-driven applications.
Motivation
Goals
Preliminary Design
In total, we need to implement the interfaces in these files.
Design Details
later…
The text was updated successfully, but these errors were encountered: