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

Expose Headers on NatsSvcMsg #371

Merged
merged 2 commits into from
Feb 4, 2024
Merged

Expose Headers on NatsSvcMsg #371

merged 2 commits into from
Feb 4, 2024

Conversation

niklasfp
Copy link
Contributor

@niklasfp niklasfp commented Feb 4, 2024

Thi pr adds the following

  • Exposes Heades on NatsSvcMsg (forwarded from the underlying NastMsg)
  • A simple service test to make sure headers gets passed to and from service endpoints.

Fixes #370

@mtmk
Copy link
Collaborator

mtmk commented Feb 4, 2024

note test failures are flappers #344

@mtmk
Copy link
Collaborator

mtmk commented Feb 4, 2024

@niklasfp looks good + love the test! Just an admin we need: could you please sign your commits?

@niklasfp
Copy link
Contributor Author

niklasfp commented Feb 4, 2024

@mtmk I've signed the commits

Copy link
Collaborator

@mtmk mtmk left a comment

Choose a reason for hiding this comment

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

LGTM thanks @niklasfp

@mtmk mtmk merged commit d267959 into nats-io:main Feb 4, 2024
10 checks passed
@niklasfp niklasfp deleted the 370-explose-headers-on-natssvcmsg branch February 4, 2024 19:50
mtmk added a commit that referenced this pull request Feb 8, 2024
* Send buffer fix (#380)
* Publish - avoid async state machine when possible (#373)
* Reject payloads over the threshold set by server (#378)
* Fix NatsSvcServer start time format so that it's no longer culture aware (#374)
* Expose Headers on NatsSvcMsg (#371)
@mtmk mtmk mentioned this pull request Feb 8, 2024
mtmk added a commit that referenced this pull request Feb 8, 2024
* Send buffer fix (#380)
* Publish - avoid async state machine when possible (#373)
* Reject payloads over the threshold set by server (#378)
* Fix NatsSvcServer start time format so that it's no longer culture aware (#374)
* Expose Headers on NatsSvcMsg (#371)
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.

Expose headers on NatsSvcMsg
2 participants