webhook-tester
webhook-tester copied to clipboard
Feature request: golang nats driver
Would you open to adding nats as a driver in https://github.com/tarampampam/webhook-tester/tree/master/internal/pubsub
there is an example here :
https://github.com/RussellLuo/hats
Nats server is golang and can be globally cluster and so in some ways is much easier to roll out .
If you want to have no runtime dependencies you can run nats embedded as a leaf .
If , but unlikely, you want to run inprocess, but can be embedded and started that way too.
Feel free to ask if your not so familiar with nats.