Skip to content
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

[Enhancement⚡️] Optimize MessageListenerConcurrentlyFn signature #1676

Open
1 task done
mxsm opened this issue Dec 8, 2024 · 0 comments
Open
1 task done

[Enhancement⚡️] Optimize MessageListenerConcurrentlyFn signature #1676

mxsm opened this issue Dec 8, 2024 · 0 comments
Labels
Difficulty level/Easy Easy ISSUE enhancement⚡️ New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@mxsm
Copy link
Owner

mxsm commented Dec 8, 2024

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

image

Motivation

pub type MessageListenerConcurrentlyFn = Arc<
    dyn Fn([&MessageExt], &ConsumeConcurrentlyContext) -> Result<ConsumeConcurrentlyStatus>
        + Send
        + Sync,
>;

Describe the Solution You'd Like

No response

Describe Alternatives You've Considered

No response

Additional Context

No response

@mxsm mxsm added enhancement⚡️ New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 8, 2024
@RocketmqRustBot RocketmqRustBot added this to the v0.4.0 milestone Dec 8, 2024
@mxsm mxsm added the Difficulty level/Easy Easy ISSUE label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty level/Easy Easy ISSUE enhancement⚡️ New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants