BFF Aggregation with Consul dynamic routes #1993
elenacalugaru
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @elenacalugaru !
To accomplish this you need 2 instances of Ocelot app
Please, note! Having separated Backend for Frontend instance is best practice for microservices. Hope it helps! |
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
-
Hello,
Currently we use Ocelot as an Api gateway over multiple microservices. We also have some GET requests aggregates . Now we want to use Consul for service discovery with dynamic routes but we don't know if in this case the GET requests aggregates if they will be recognized. We saw on the docs that in order to have dynamic routes it is necessary to have 0 routes but for us it will be really important to also keep in place the aggregates. Is there any solution to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions