WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Implement async event handling base on rabbitmq broker #247

Closed mikhaillazko closed 6 months ago

mikhaillazko commented 1 year ago

Use pika as a client to work with rabbitmq

Added outbox/inbox pattern with DAO classes creating outbox and inbox table in setup function

mikhaillazko commented 1 year ago

test was broken because i switch sqlalchemy engine from sqlite tor postgresql

pristupa commented 1 year ago

waiting for "Ready for review"

mikhaillazko commented 1 year ago

I will be happy to discuss some things during the call and share my understanding of where and why I made a decision and what the trade off was