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

[Feature] Align RocketMQ C#/.Net SDK Features with Java Version #776

Closed
tsunghanjacktsai opened this issue Jun 26, 2024 · 3 comments · Fixed by #777
Closed

[Feature] Align RocketMQ C#/.Net SDK Features with Java Version #776

tsunghanjacktsai opened this issue Jun 26, 2024 · 3 comments · Fixed by #777
Labels
no stale This will never be considered stale type/new feature

Comments

@tsunghanjacktsai
Copy link
Contributor

tsunghanjacktsai commented Jun 26, 2024

Programming Language of the Client

C#

Is Your Feature Request Related to a Problem?

The current RocketMQ v5 C# SDK lacks several crucial features available in the Java version, including:

  • Push Consumer for Normal Messages
  • Push Consumer for FIFO Messages
  • Namespace Support
  • Reentrant Push Consumer Message Receiving (AttemptId)
  • Unit Testing Cases
  • Integration Testing Cases

Describe the Solution You'd Like

N/A

Describe Alternatives You've Considered

N/A

Additional Context

N/A

@tsunghanjacktsai
Copy link
Contributor Author

tsunghanjacktsai commented Jun 26, 2024

I've been working on it and will create an individual pull request for each stage/feature later.

Copy link

github-actions bot commented Aug 3, 2024

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 github-actions bot added the stale Pull request is stale label Aug 3, 2024
Copy link

github-actions bot commented Aug 6, 2024

This issue was closed because it has been inactive for 3 days since being marked as stale.

@github-actions github-actions bot closed this as completed Aug 6, 2024
@lizhanhui lizhanhui added no stale This will never be considered stale and removed stale Pull request is stale labels Aug 6, 2024
@lizhanhui lizhanhui reopened this Aug 6, 2024
fuyou001 pushed a commit that referenced this issue Sep 19, 2024
…port, reentrant message receiving support in C# SDK (#777)

Add push consumer for normal/fifo message, namespace support, reentrant message receiving support in C#

---------

Co-authored-by: tsaitsung-han.tht <tsaitsung-han.tht@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment