Coder Social home page Coder Social logo

docs's Issues

Private Symfony services are now supported

The docs need updating to reflect the latest releases of simple-bus/symfony-bridge (5.2.0) and simple-bus/asynchronous-bundle (3.1.0) which now support private command handlers and event subscribers.

Add Scope Limitations

Describe what we do and what SimpleBus is not intended to do. We should describe the following thing.

  • Why there is no QueryBus
  • Why we don't allow to return anything
  • That we are not a Event Sourcing library perse but it can be one if you created that part of the implementation

Fix small typo in index

It seems that small typo error:
Why we do not have queries. Why we chose not to return thins from command handlers. Should be
Why we do not have queries. Why we chose not to return things from command handlers.

[Asynchronous example] Consuming Messages - Cronjob

I missed the last section of your Asynchronous example while i was reviewing it. But the last part is not something i would suggest running in a cronjob. The rabbitmq:consume is a command that never stops running and keeps consuming messages. If there is no message there it just waits ontil there is a new message to consume. So if you configure this every minute than you will end up with a new worker every minute. We run this commands using supervisord.

Add documentation on how to autowire handlers

services:
    Infrastructure\CommandBus\Handler\:
        resource: '../../src/Infrastructure/CommandBus/Handler'
        public: true
        tags:
            - 'command_handler'
    Infrastructure\EventBus\Listener\:
        resource: '../../src/Infrastructure/EventBus/Listener'
        public: true
        tags:
            - 'event_subscriber'

@ruudk Do you have time for this?

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.