Replies: 2 comments
-
Have you checked out Microcks? They support AsyncAPI 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jonaslagoni |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In the microservices environment there could be many apps that communicate with each other. Once one changes it can affect others by i.e. introducing breaking changes. It can cause some subscribers to fail to get resources from providers properly.
Based on async api specifications published to one server, it can validate ability to communicate between different services and generate reports.
Does asyncapi support contract testing currently?
if not what do you think about creating such tool for asyncapi spec?
Beta Was this translation helpful? Give feedback.
All reactions