What would you like to be added:
Develop a new component for delay queue API.
Choose an open source component or cloud service you like to implement this API.
For example, you can choose any one in the list below:
What is this API used for?:
DelayQueue is a special kind of message queue, which lets you postpone the delivery of new messages to consumers.
For example, you can invoke this API and tell the message queue "please send this message to the consumers after 5 minutes".
Reference:
Here are some resources to help you work on this issue.
API definition(the .proto file): https://github.com/mosn/layotto/blob/main/spec/proto/extension/v1/delay_queue/delay_queue.proto
Component development guide: https://mosn.io/layotto/#/en/development/developing-component
Component development guide(in chinese): https://mosn.io/layotto/#/zh/development/developing-component
An example pull request to develop a new component: #807
API design doc/discussion: #617
chinese:
选择一个你喜欢的开源组件或云服务实现延迟消息 API,
参考资料见上。
Why is this needed:
We need more components to make this API useful
What would you like to be added:
Develop a new component for delay queue API.
Choose an open source component or cloud service you like to implement this API.
For example, you can choose any one in the list below:
What is this API used for?:
DelayQueue is a special kind of message queue, which lets you postpone the delivery of new messages to consumers.
For example, you can invoke this API and tell the message queue "please send this message to the consumers after 5 minutes".
Reference:
Here are some resources to help you work on this issue.
API definition(the
.protofile): https://github.com/mosn/layotto/blob/main/spec/proto/extension/v1/delay_queue/delay_queue.protoComponent development guide: https://mosn.io/layotto/#/en/development/developing-component
Component development guide(in chinese): https://mosn.io/layotto/#/zh/development/developing-component
An example pull request to develop a new component: #807
API design doc/discussion: #617
chinese:
选择一个你喜欢的开源组件或云服务实现延迟消息 API,
参考资料见上。
Why is this needed:
We need more components to make this API useful