Evaluate RabbitMQ Microservices Adapter Pattern Architecture #235
WonderPanda
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This would be really great, most of the microservices want a transport layer and use something similar to the official microservices API provided by Nestjs, i really do agree with this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the goals of this library should be to support as many of the built in NestJS enhancers as possible when building apps that use RabbitMQ. Currently
Interceptors
work, but it would be ideal if people were also able to useGuards
orPipes
.We should integrate properly with the NestJS external context creation process to leverage the full enhancer pipeline.
Additionally, there might be some really big wins for us to consider turning this into an actual instance of Custom Transport Microservices implementation. Turning this into a microservice could also help provide some better design patterns for managing the underlying AMQP connection. This could prove useful for the ideas proposed in #233
Beta Was this translation helpful? Give feedback.
All reactions