Building Microservices with Ocelot API Gateway: Part2

preview_player
Показать описание
Learn MICROSERVICES in this 7 days training program, we will be uploading 1 video daily for five days back to back and will be covering all aspects of Microservices.

Today's Topic: Microservices APIGateway Pattern Using Ocelot

Key Elements:
- What is Ocelot API Gateway
- Integrating Ocelot API Gateway
- Testing Microservice Using Postman

If you like this video then LIKE, SHARE, And SUBSCRIBE.

#ocelotapigateway #whatisocelotapigateway #ocelotapigatewaytutorial

Рекомендации по теме
Комментарии
Автор

Such a great video with great explanation.

muhammadqasim
Автор

I am surprised, that microservices are in demand but this tutorial having so less likes, very nice video sir. Thank you for your efforts

countingcode
Автор

Sir please tell me about, how to Take input multiple "Roles" for a single user as a input(login) in ocelot gateway.

ahsannisar
Автор

Can we host api getway in main domain and services in sub domain?

insight-thoughts
Автор

Dear Sir, But I have a question, if I have more than one action in a controller and all are post method with different name then how to define it in Ocelot? Ex: [HttpPost][Route("CustomerList")], [HttpPost][Route("AddCustomer")], [HttpPost][Route("EditCustomer")], [HttpPost][Route("CustomerById")], etc.

Sorry sir, but I tried to resolve but did not get success. Plz help me. Thanks

DeepakKumar-jgmx
Автор

"ReRoutes" didn't work for me, Routes did though.

ezequieldiaz