testcontainers-go
testcontainers-go copied to clipboard
[Feature]: NATS Cluster
Problem
No
Solution
Implement a NATS cluster. I think conceptually it would be close to the Kafka implementation.
Equivalent to following the steps here - https://docs.nats.io/running-a-nats-service/nats_docker#creating-a-nats-cluster
Benefit
A user (me) could test inter-cluster features.
Alternatives
- Just use a single node.
- Run the cluster out of band.
Would you like to help contributing this feature?
Yes