pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

sendReplyMessage to sender instance #220

Closed mindesik closed 2 years ago

mindesik commented 2 years ago

Is this possible to send reply to sender node (if have multiple instances running)?

cjus commented 2 years ago

@mindesik yes you only need to prefix with the sender hydra.instanceID. Let me know if the information on the following page isn't helpful: https://www.hydramicroservice.com/docs/hydra-core/messaging.html

mindesik commented 2 years ago

@cjus thanks, but how to use this with sendReplyMessage?