bitloops / ddd-hexagonal-cqrs-es-eda

Complete working example of using Domain Driven Design (DDD), Hexagonal Architecture, CQRS, Event Sourcing (ES), Event Driven Architecture (EDA), Behaviour Driven Development (BDD) using TypeScript and NestJS. Like what you see? Don't forget to star! ⭐ ^^^
https://bitloops.com
MIT License
1.21k stars 93 forks source link

[Maintenance] Update Bitloops packages #91

Closed danias closed 7 months ago

danias commented 8 months ago

Code needs to be refactored to support latest Bitloops packages

image
ellik95 commented 8 months ago

The nest-auth-passport cannot be upgraded alone it needs the boilerplate-core, but the boilerplate-core has the following error with the DomainEvents:

image

Probably we need to create the domain events with the new way and update them, because it fails in the subscription that you see in the below image comment(maybe the error is in the decode part or in asyncLocalStorage)

giorgosnty commented 8 months ago

Screenshot from package nest-jetstream abd file nats-streaming-doman-event-bus.ts where the decoding of the domain event produces the error.

Screenshot 2024-02-26 at 11 44 38 AM