Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One event class and Event Broker config extension #60

Merged
merged 4 commits into from Aug 5, 2022
Merged

Commits on Aug 4, 2022

  1. At the moment, we have two classes that represent events that we are …

    …using for asynchronous communication between services: BaseEvent and Event. After implementing them, it turned out that they are very similar and it is possible to use only one instead.
    
    The biggest benefit is simplicity as having one class is always easier to understand/use.
    Piotr Dyba committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6d672d6 View commit details
    Browse the repository at this point in the history
  2. Extends change log and adds a one more test

    Piotr Dyba committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    abeea2f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Changes from CodeReview

    Piotr Dyba committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e83e4f5 View commit details
    Browse the repository at this point in the history
  2. Changes from followup discussion

    Piotr Dyba committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    377278f View commit details
    Browse the repository at this point in the history