VenkateshSrini

Results 44 comments of VenkateshSrini

can some one from Dapr team help me on this. We are have Kubernetes Jobs also that needs to handle state management. So any help in this regard is greatly...

@yaron2 , I;m not sure where you are seeing dapr.io/app-port. [deploymeent.yaml](https://github.com/VenkateshSrini/dapr-state-store-app/blob/main/dapr.state.console/dapr-state-job.yaml) is here. To make things easier I will copy paste the yaml again here `apiVersion: batch/v1 kind: Job metadata:...

@yaron2. That is my issue. This is a kubernetes job. I do not know from where it is taking the app port.

@yaron2 , The entire code for saving and getting the object from state store is given below ` using dapr.state.console.Model; using Dapr.Client; namespace dapr.state.console { public class Worker : BackgroundService...

@yaron2 , I have fixed the issue. The issue is that we need to remove the cancellation related while loop. Also, we should not pass the app's cancellation token to...

[Thang Chung](https://github.com/thangchung) (@thangchung) wrote [on Aug 10, 2019](#issuecomment-520153428): > @TomPallister @CESARDELATORRE @geffzhang Because I have got the same issue that was reported by @tungphuong in my company project so that...

> @thangchung Hi Thang Chung! > > > [Thang Chung](https://github.com/thangchung) wrote [on Aug 10, 2019](#issuecomment-520153428): > > Great solution you've built based on Ocelot, anyway! Good job! 🎉 > >...

> Wow! Soo exciting gRPC feature we're discussing here! > > @VenkateshSrini Venkatesh, Thanks for your pinging the community! > > I understand your concerns regarding third-party solutions, as you've...

doing that now. But I feel it is a overload on client. Also, we may need Ocelot to support the same for streaming scenario

@gao-artur commented [on Jun 30, 2023](#issuecomment-1614220998): > Oh. You probably talked about this. Starting .NET 7 there is a transcoding support from [Microsoft](https://learn.microsoft.com/en-us/aspnet/core/grpc/json-transcoding?view=aspnetcore-7.0) which also supports [server streaming](https://learn.microsoft.com/en-us/aspnet/core/grpc/json-transcoding?view=aspnetcore-7.0#streaming-methods). Transcoding does...