webhook-tester icon indicating copy to clipboard operation
webhook-tester copied to clipboard

Feature request: golang nats driver

Open gedw99 opened this issue 7 months ago • 5 comments

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.

gedw99 avatar Jul 21 '24 08:07 gedw99