Skip to content

CQRS

Compare
Choose a tag to compare
@batazor batazor released this 12 Aug 02:45
· 37884 commits to main since this release

Goal

  1. Learn CQRS

Service

  • billing: use saga to create new payment and fix a small problem
  • link:
    • use CQRS pattern
    • add CQRS API
  • API:
    • add CQRS API

Package

  • logger: use error flag for error of message opentracing
  • saga: fix the problem with reject error. improve opentracing

Docs

  • postman: update API for billing service
  • github: WTF? rename .github/README.md -> .github/DOCS.md
  • security: update minimal version
  • readme: improve docs

DevOps

  • update config traefik

Other

  • update dependencies