Cesar De la Torre
Cesar De la Torre
@TomPallister - Hey Tom, any plan to support gRPC in Ocelot? - I'm thinking it'd be a great feature to be able to use Ocelot as a gateway (in addition...
I might be wrong or misunderstood you, but I think we're precisely doing that in the WatchDog app we have at eShopOnContainers: https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Web/WebStatus/Startup.cs See the code like: services.AddHealthChecks(checks => {...
Hi. Good question. 👍 In this case, the model is created and trained from Python code available here: [https://github.com/dotnet-architecture/MNISTTensorCNTK/tree/master/Training ](https://github.com/dotnet-architecture/MNISTTensorCNTK/tree/master/Training ) But you could also do a similar process (CNTK...
@SychevIgor - Thanks for the notes. We're updating a few more topics, so we'll take these into account. 👍
Note that VS 2017 15.7.1 has already been released as GA/RTM during last week coinciding with //BUILD 2018. So, eShopOnContainers latest code runs now on the VS GA/RTM, again. 👍
- Please, provide high level feedback on the translations in this thread/issue. - Provide specific feedback on concrete pages and PRs (Pull Requests) with content/updates on each specific page at...
@glennc can confirm, but since this library was an out-of-band library, not officially released from the ASP.NET team but just as an open-source sample, I don't think this specific library...
It's in the roadmap for ASP.NET Core 2.2: https://github.com/aspnet/Announcements/issues/307: " Health Checks This feature is a way to trivially setup an endpoint in your application that can be used to...
That's a good point, maybe using Polly's policies like we do use it from the eShopOnContainers application at GitHub. Retries with exponential backoff plus circuit-breakers.
For ASP.NET Core 2.1 timeframe