Migrate to [email protected]
-
Add the following packages to
pyproject.toml:minos-microservice-transactions
-
Update the
config.ymlfile as follows:- Replace
minos.aggregate.DatabaseTransactionRepositorybyminos.transactions.DatabaseTransactionRepository. - Replace
minos.aggregate.DatabaseEventRepositorybyminos.aggregate.DatabaseDeltaRepository. - Remove
minos.aggregate.TransactionServiceminos.aggregate.TransactionServicefrom theservicessection. - Add the following fields to the
aggregatesection as follows (replacingMyAggregatewith the corresponding class name):
- Replace