asaskevich / EventBus

[Go] Lightweight eventbus with async compatibility for Go
MIT License
1.74k stars 220 forks source link

adding request reply method #63

Open t2o2 opened 4 months ago

t2o2 commented 4 months ago

Adding request and reply feature similar to NATS

Writing wrapper to check the reply subscription is correct and leverage the existing transactional option as well

t2o2 commented 4 months ago