ticketing icon indicating copy to clipboard operation
ticketing copied to clipboard

Microservices example using NestJS, Kubernetes in Nx workspace

Results 12 ticketing issues
Sort by recently updated
recently updated
newest added

They both seem great candidates to : - replace `class-validator` and `class-transformer` to declare DTOs used for validation - replace `nests-swagger` the same interface created for Typia can also be...

enhancement

On the backend apps, create a `tracing` module imported before everything else in main. Init OTel SDK with instrumentations library for the following modules: - Net - HTTP - Fastify...

enhancement

Events are only propagated across microservices at the moment. It could be great to provide an example implementation of an MQTT ( and Websocket ) API for users and use...

Consider approach suggested by [defekt](https://github.com/thenativeweb/defekt/tree/main) to construct and handle errors. This could be particularly helpful for error handling between micro services when a clear strategy needs to be in place...

Create Nest middleware that read or add `X-Request-Id` HTTP request header. Apply to apps : - auth - orders - payments - tickets

enhancement

synced local file(s) with [getlarge/ticketing-exercises](https://github.com/getlarge/ticketing-exercises). Changed files created local directory exercises and copied all sub files/folders from remote directory exercisescreated local directory assets and copied all sub files/folders from remote...

sync

- [x] make verification simpler => `yarn affected -t lint,test,build --parallel=2 --exclude=workspace --ci --verbose` - [x] Run selective build in Docker job in CD workflow (rely on Nx Replay instead...