-
-
Notifications
You must be signed in to change notification settings - Fork 288
Pulsar support for retry and DLQ #1333
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
base: main
Are you sure you want to change the base?
Conversation
3.11 update
|
Hey @jeremydmiller |
…s sync with Pulsar RECONSUMETIMES header
…red endpoints, added first test for it
…on waiting for DLQ envelope
… MoveToRetryLetterQueueAsync from the lifecycle
|
@punxrok Couple things:
|
…be deleted in next commit) with ISupportNativeScheduling for Pulsar's native retry letter functionality.
…m the previously modified code
…viously modified code
…viously modified code - removed DotPulsar.Extensions.Resiliency (retry and delay message functionality was not working properly) and created "in-house" retry and DLQ functionalities
|
@jeremydmiller, I have tried to address your open concerns. Please check the comments (TODO:) where further clarification is required. |
|
@punxrok Man, I'm sorry, but would you mind rebasing this on main? And I will get this into a release very soon. |
# Conflicts: # src/Transports/Pulsar/Wolverine.Pulsar/PulsarEndpoint.cs # src/Transports/Pulsar/Wolverine.Pulsar/PulsarListener.cs # src/Transports/Pulsar/Wolverine.Pulsar/PulsarTransportExtensions.cs # src/Transports/Pulsar/Wolverine.Pulsar/Wolverine.Pulsar.csproj # src/Wolverine/Runtime/MessageContext.cs
# Conflicts: # src/Transports/Pulsar/Wolverine.Pulsar/PulsarTransportExtensions.cs
Co-authored-by: punxrok <6354783+punxrok@users.noreply.github.com> # Conflicts: # src/Transports/Pulsar/Wolverine.Pulsar.Tests/Wolverine.Pulsar.Tests.csproj # src/Transports/Pulsar/Wolverine.Pulsar/Wolverine.Pulsar.csproj
…guidelines Co-authored-by: punxrok <6354783+punxrok@users.noreply.github.com>
…y constant Co-authored-by: punxrok <6354783+punxrok@users.noreply.github.com>
Pulsar: stabilize native retry/DLQ, add tests - Fix PulsarListener resiliency logic, ack handling, and exception headers - Add retry consumer tracking and IPv4 URL for Podman tests - Disable parallelization for Pulsar integration tests - Add unit tests for resiliency config - Verify PulsarNativeReliabilityTests pass under Podman
…ests The tests were failing due to a race condition where the tracking session completed before all requeued messages were processed, resulting in 0 requeued messages being tracked instead of the expected count.
|
Hey @jeremydmiller, sorry for such a late reply. I rebased it as you requested (old commits were made on old 4.* Wolverine branch). |
|
@punxrok Hey man, I'm so, so sorry this slipped. I'll try to get this in tomorrow for 5.13. |
|
I'll deal w/ the rebase after your last commits |
Pulsar support for retry and DLQ