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

Fix 586 #619

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Fix 586 #619

merged 1 commit into from
Oct 19, 2023

Conversation

aricart
Copy link
Member

@aricart aricart commented Oct 17, 2023

[FEAT] added last() to MsgHdrs to retrieve the last header value if multiple headers share the same name.

[FIX] changed direct header implementation to read last header value instead of first. If message was republished, the last header value will be the correct one for the message

Fix #586

… multiple headers share the same name.

[FIX] changed direct header implementation to read last header value instead of first. If message was republished, the last header value will be the correct one for the message
Copy link
Member

@Jarema Jarema left a comment

Choose a reason for hiding this comment

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

LGTM!

@aricart aricart merged commit bb1bd03 into main Oct 19, 2023
3 checks passed
@aricart aricart deleted the fix-586 branch October 19, 2023 13:52
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.

KV get fails to get republished value (message) with multiple headers
2 participants