This is a fully HTTP based Pub/Sub Broker with a goal to simplify system architecture in SOA or Microservice architecture. It aims to solve the inter service communication problem.
Apache License 2.0
18
stars
25
forks
source link
Make Test Non-parallel To Avoid Race Condition #148
This PR stops this test to run parallelly with others, because it mutates and restores a shared function object here.