yehohanan7 / flux

A simple CQRS Framework for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: ProcessManager/Saga

poying opened this issue · comments

I want to use aggregate and consumer to implement process manager. Can I add this feature to flux? Or I should do this in a separate repository to keep the project simple.

Hi, as you said, flux at the moment is simple so would prefer to keep it that way, better to do it in a seperate repo.

OK, got it. Thanks!