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

[ISSUE #776] Add push consumer for normal/fifo message, namespace support, reentrant message receiving support in C# SDK #777

Merged
merged 12 commits into from
Sep 19, 2024

Conversation

tsunghanjacktsai
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes Issue #776

Brief Description

Add push consumer for normal message

How Did You Test This Change?

N/A

@tsunghanjacktsai tsunghanjacktsai force-pushed the csharp-sdk-optimization branch 2 times, most recently from 04115b9 to a1801b9 Compare July 2, 2024 07:41
@tsunghanjacktsai tsunghanjacktsai changed the title [ISSUE #776] Add push consumer for normal message [ISSUE #776] Add push consumer for normal message in C# SDK Jul 2, 2024
@tsunghanjacktsai tsunghanjacktsai force-pushed the csharp-sdk-optimization branch 4 times, most recently from 835c8b8 to 98585a3 Compare July 9, 2024 03:51
@tsunghanjacktsai tsunghanjacktsai marked this pull request as ready for review July 31, 2024 03:20
@tsunghanjacktsai tsunghanjacktsai changed the title [ISSUE #776] Add push consumer for normal message in C# SDK [ISSUE #776] Add push consumer for normal/fifo message, namespace support, reentrant message receiving support in C# SDK Aug 12, 2024
@tsunghanjacktsai tsunghanjacktsai force-pushed the csharp-sdk-optimization branch 3 times, most recently from 73a8716 to 574f1b8 Compare August 15, 2024 09:17
@tsunghanjacktsai tsunghanjacktsai force-pushed the csharp-sdk-optimization branch 2 times, most recently from 6bb3304 to 1e176ab Compare August 28, 2024 07:06

consumeTask.ContinueWith(task =>
{
if (!task.IsFaulted)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace IsFaulted with IsCompletedSuccessfully

fuyou001
fuyou001 previously approved these changes Sep 4, 2024
aaron-ai
aaron-ai previously approved these changes Sep 9, 2024
@aaron-ai
Copy link
Member

aaron-ai commented Sep 9, 2024

Great to see such amazing work on the C# client! BTW,

  1. provide your NuGet username so that I can add you as the package owner, see here.
  2. fix the license and codespell issue above.

Thanks @tsunghanjacktsai !

@tsunghanjacktsai
Copy link
Contributor Author

Great to see such amazing work on the C# client! BTW,

  1. provide your NuGet username so that I can add you as the package owner, see here.
  2. fix the license and codespell issue above.

Thanks @tsunghanjacktsai !

Thanks for the reply! I'll release a new version NuGet package once the PR has been merged.

RongtongJin
RongtongJin previously approved these changes Sep 12, 2024
@tsunghanjacktsai tsunghanjacktsai force-pushed the csharp-sdk-optimization branch 3 times, most recently from 33c6ac2 to 4b10cc7 Compare September 18, 2024 03:31
Copy link
Member

@aaron-ai aaron-ai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@fuyou001 fuyou001 merged commit 4076e2b into apache:master Sep 19, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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