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

feat(nats): implements NatsParser and test cases #47

Merged
merged 1 commit into from
May 17, 2020
Merged

feat(nats): implements NatsParser and test cases #47

merged 1 commit into from
May 17, 2020

Conversation

jmcdo29
Copy link
Owner

@jmcdo29 jmcdo29 commented May 17, 2020

Similarly to the MqttParser, to get the IP address out of the NATS request, it has to be sent over
with the payload. Otherwise, even more straightforward parser than the Mqtt one as Nats has a
function to get the subject, because it accetps wildcards.

fix #19

Similarly to the MqttParser, to get the IP address out of the NATS request, it has to be sent over
with the payload. Otherwise, even more straightforward parser than the Mqtt one as Nats has a
function to get the subject, because it accetps wildcards.

fix #19
@jmcdo29 jmcdo29 added enhancement 🐺 A new feature to be implemented nats A problem with the NATS parser interceptor ⁉️ A problem with how the interceptor itself is running. labels May 17, 2020
@jmcdo29 jmcdo29 added this to the @ogma/namespace milestone May 17, 2020
@jmcdo29 jmcdo29 self-assigned this May 17, 2020
@jmcdo29 jmcdo29 merged commit b9136f8 into master May 17, 2020
@jmcdo29 jmcdo29 deleted the nats branch May 17, 2020 20:35
jmcdo29 added a commit that referenced this pull request Jun 20, 2021
Similarly to the MqttParser, to get the IP address out of the NATS request, it has to be sent over
with the payload. Otherwise, even more straightforward parser than the Mqtt one as Nats has a
function to get the subject, because it accetps wildcards.

fix #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🐺 A new feature to be implemented interceptor ⁉️ A problem with how the interceptor itself is running. nats A problem with the NATS parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Parser]: NATS
1 participant