Giter Club home page Giter Club logo

python-mediator's Issues

Question: How right way to use python-mediator with dependency-injector?

Hello, I'm testing your nice lib in project of my company, and, I have a question about the right way to use dependency injector with python-mediator, I'm currently implementing with below way:

app/shared/application/event_handler.py:

from abc import ABC, abstractmethod
from typing import Any


class EventHandler(ABC):
    @abstractmethod
    async def handle(self, event: Any):
        pass

And an example of event handler implementation:

Screenshot from 2021-10-30 14-24-11

And after this, I'm use a concrete impl for registry of class handlers:

Screenshot from 2021-10-30 14-25-14

My main question is to avoid a "Handler" class registering as static class, because I imagine that when this event is called twice at the same time, I might have inconsistencies (sharing resources between two executions of handlers, like an Sqlalchemy Unit Of Work), is there any way to mitigate this?

PS: I'm very beggining in world of event driven, async await, ddd, CQRS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.