rocketmq-clients icon indicating copy to clipboard operation
rocketmq-clients copied to clipboard

[Feature] Implement PushConsumer for Rust SDK

Open lizhanhui opened this issue 1 year ago • 4 comments

Programming Language of the Client

Rust

Is Your Feature Request Related to a Problem?

We need to align features with Java/C++/...

Describe the Solution You'd Like

N/A

Describe Alternatives You've Considered

N/A

Additional Context

N/A

lizhanhui avatar Feb 21 '24 14:02 lizhanhui

I'd like to take a shot. Is there anything required before I submit the PR?

glcrazier avatar Feb 22 '24 00:02 glcrazier

I'd like to take a shot. Is there anything required before I submit the PR?

Implementing this feature would result in a large change set, in order to make the development community-friendly, it would be better to divide the effort into multiple stages, thus produce multiple smaller pull requests each time.

For example, stage-1: build push-consumer for standard messages; stage-2: build push-consumer for FIFO messages; stage-3: support consume message verification and other miscellaneous tasks.

lizhanhui avatar Feb 22 '24 01:02 lizhanhui

I'd like to take a shot. Is there anything required before I submit the PR?

Implementing this feature would result in a large change set, in order to make the development community-friendly, it would be better to divide the effort into multiple stages, thus produce multiple smaller pull requests each time.

For example, stage-1: build push-consumer for standard messages; stage-2: build push-consumer for FIFO messages; stage-3: support consume message verification and other miscellaneous tasks.

No problem. I'll tackle this feature incrementally.

glcrazier avatar Feb 22 '24 02:02 glcrazier

This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs.

github-actions[bot] avatar Mar 24 '24 00:03 github-actions[bot]