dapper91 / pjrpc

python json-rpc client/server without boilerplate
https://pjrpc.readthedocs.io
The Unlicense
30 stars 3 forks source link

Added support for custom response exchange #104

Closed jgrasboeck closed 4 months ago

jgrasboeck commented 5 months ago

Hi @dapper91,

First of all, I want to thank you for creating this extensive package!

We are currently adopting your library into our application. As we are using rabbit mq for communication, we use aio_pika as backend. To integrate the rpc messaging smoothly into the rest of our communication architecture, we would need to be able to specify a custom exchange for the responses plus a custom routing key.

Here's the proposed adjustment of the aio_pika Executor.

dapper91 commented 5 months ago

@jgrasboeck Hi,

Thanks for your feedback and contribution!

jgrasboeck commented 5 months ago

@dapper91 You're very welcome! Anything else I should adjust?

jgrasboeck commented 4 months ago

@dapper91 bump