How does this library compare with the usage of systems like Kafka and RabbitMQ as message transporters?
Particularly in terms of performance and security.
Edit: just took a look at the code, it seems like this library doesn't do what I thought.
So is it accurate to say that it's a sync RWMutex wrapper utility?
How can one use it to establish connection between microservices, if at all possible?
How does this library compare with the usage of systems like Kafka and RabbitMQ as message transporters?
Particularly in terms of performance and security.
Edit: just took a look at the code, it seems like this library doesn't do what I thought.
So is it accurate to say that it's a sync RWMutex wrapper utility?
How can one use it to establish connection between microservices, if at all possible?