Which design pattern is used in the application? #602
Answered
by
MarioCarrion
IbraheemHaseeb7
asked this question in
Q&A
-
Is it working with Strategy design pattern within the application that is used for communication between the services so you can choose whether to go with RabbitMQ, Kafka, or whatever? |
Beta Was this translation helpful? Give feedback.
Answered by
MarioCarrion
Feb 15, 2025
Replies: 1 comment
-
Current implementation is not using any pattern to select the Broker to use; however you could easily update it to use the strategy pattern as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MarioCarrion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current implementation is not using any pattern to select the Broker to use; however you could easily update it to use the strategy pattern as well.