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

Added Nats streaming http connector #37

Merged
merged 6 commits into from
Oct 27, 2020
Merged

Added Nats streaming http connector #37

merged 6 commits into from
Oct 27, 2020

Conversation

girishg4t
Copy link
Contributor

@girishg4t girishg4t commented Oct 15, 2020

Added new Nats streaming http connector, below are the steps it perform

  1. It connects to Nats streaming server, with clusterId, clientId
  2. Subscribes to queue using subject, queue group and durable name
  3. Sends messages to http endpoint configured
  4. Depending on the response if success it publishes message to response queue else send error in error queue
  5. Also added tests for testing the connector

@vishal-biyani vishal-biyani merged commit 431fcbd into master Oct 27, 2020
@vishal-biyani vishal-biyani deleted the natsConn branch October 27, 2020 16:12
@vishal-biyani
Copy link
Member

Thanks a lot, @girishg4t and sorry for the delay in review/merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants