ozgurkara / pydiator-core

The Pydiator is an in-app communication method.
MIT License
49 stars 4 forks source link

Remote handlers #7

Open unkindypie opened 9 months ago

unkindypie commented 9 months ago

Fastapi-events package has an awesome feature which allows to execute requests by remote handlers via queues like AWS SQS, here is description of this functionality

Is there a good way to implement it using the existing functionality of pydiator-core? I want to pass execution of requests to celery workers, I think it's doable using pydiator pipelines, but ideally to have an out of the box solution for remote handling

unkindypie commented 9 months ago

Also the same would be super useful not only for request handlers, but also for the notification handlers