Tanmay Seth

Results 47 comments of Tanmay Seth

Interesting, created a PR. My idea is to store cart into session before log-in. Then we can move that into user bucket when user logs-in. Any suggestions on this idea?

Interesting, how we can do this? Do you accept results by postman?

I've never used https://github.com/dotnet/crank, trying to understand how we can do it. I've used https://github.com/dotnet/BenchmarkDotNet before, is both similar?

Thanks @adityamandaleeka let me go through these docs and understand how it works. Will comeback here.

@adityamandaleeka I have question here similar question I've also asked at crank repo but here its quite specific to eshop. How we can benchmark through crank, when authentication across APIs...

@sebastienros wrk is any other tool than crank? I thought we are discussing how we can do this with crank. 😕 😕 I agree on that all services must be...

Interesting, this still exists? I have debugger on delete basket method from basket API but just got one call. I checked network call too, I had only one checkout call...

@AhmedAssaf @SViradiya-MarutiTech Best way to do is make synchronous call of WCF from .Net Core API and use Ocelot with this.

3/4 comments are done which was mentioned in https://github.com/ThreeMammals/Ocelot/pull/1856

@raman-m You pushed some changes as request and I merged to develop. Something went wrong with it, I was getting 4-5 unneccessary commits with my develop branch which I forked....