How to add support for a new protocol? #702
Answered
by
lbroudoux
jonaslagoni
asked this question in
Q&A
-
Hey! I would love to try out Microcks on my NATS setup with AsyncAPI, but as far as I can tell, it's not possible to mock with the NATS protocol (or have I simply missed it?). So my question is, where can I find a guide on how to add support for it? |
Beta Was this translation helpful? Give feedback.
Answered by
lbroudoux
Nov 25, 2022
Replies: 1 comment 2 replies
-
Hi Jonas! You're right: as of today, we do not support NATS mocking - but agreed that it would be a nice addition. Basically, adding a new async protocol can be split in 3 different tasks:
Let me know what you think 😉 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jonaslagoni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jonas!
You're right: as of today, we do not support NATS mocking - but agreed that it would be a nice addition.
We do not have a guide on how to add a new broker/connector type at the moment.
Basically, adding a new async protocol can be split in 3 different tasks: