Questions tagged [dapr]

Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.

Dapr is a portable, event-driven runtime that makes it easy for enterprise developers to build resilient, microservice stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks.

Dapr.io

164 questions
1
vote
0 answers

DAPR and Zipkin missing spanid

I'm getting the following error viewing my traces in Zipkin TypeError: Cannot read properties of undefined (reading 'spanId') at ao (Timeline.tsx:88:50) at Xo (react-dom.production.min.js:153:146) at ms (react-dom.production.min.js:261:496) at cl…
David Hayes
  • 7,402
  • 14
  • 50
  • 62
1
vote
1 answer

protobuf messages failing to deserialise due to message size

Messages are failing to deserialise from bytes to any.Any with the error message: proto: cannot parse invalid wire-format data but only when all the message fields have values, it's as if there's a size limit on the messages, empty or partially…
sevvaio
  • 21
  • 3
1
vote
0 answers

Can't use SSL with gRPC service invocation through Dapr

I'm using Dapr v1.10.0 to do gRPC service invocation between services. The calls are failing with: info: System.Net.Http.HttpClient.ManagerServiceClient.LogicalHandler[100] Start processing HTTP request POST…
John Vottero
  • 845
  • 1
  • 7
  • 24
1
vote
0 answers

docker desktop dapr with zipkin and docker-compose

I'm using dapr with .net on my local and set to use zipkin but it doesn't show the trace
dev
  • 29
  • 1
1
vote
1 answer

Dapr time out issue while connecting to Azure Redis from local

I have Dapr sample Counter application which working fine with local redis server, but if I try to connect with "Azure redis for cache" I am getting time out error. My yaml file with sample azure redis connection string Time out error Need…
1
vote
0 answers

Dapr can't find address for .Net actor

Dapr can't find the address for the actor when following the tutorial How to: Run and use virtual actors in the .NET SDK Dapr version PS D:\source\repos\Dapr.Actor.Example\MyActorService> dapr --version CLI version: 1.9.1 Runtime version:…
Lillvik
  • 385
  • 4
  • 20
1
vote
2 answers

Dapr Azure Storage Queue input binding could not invoke OPTIONS method on input binding subscription endpoint

I have followed the Dapr docs and am trying to set up an azure storage queue input binding for a dotnet 6 webapi project. The webapi project works as expected when run locally but when run through dapr fails to initialze and exist with the following…
Steve
  • 710
  • 1
  • 6
  • 12
1
vote
1 answer

Unable to fetch azure key vault secret from dapr as daprClient.GetSecretAsync function returning error

Expected Behavior Working fine when access with dapr API using postman to access key vault secret. Should fetch the secret from azure key vault using c sharp dapr client SDK. Actual Behavior Azure key vault with service principal…
Neltech101
  • 29
  • 4
1
vote
1 answer

Query State is not working with cockroachDB and .net Dapr Client

Expected Behavior Query should retrieve the stored record. Actual Behavior Query doe not return any records. Steps to Reproduce the Problem Store the state as below string id = "2"; // Guid.NewGuid().ToString(); string key =…
johnny
  • 11
  • 1
1
vote
0 answers

Is it possible to do development of Dapr based applications without using Docker Desktop?

Based on the documentation for Dapr mentioned at :https://learn.microsoft.com/en-us/dotnet/architecture/dapr-for-net-developers/getting-started . It looks like Docker Desktop is mandatory perquisite as part of Dapr setup in local environment. The…
santosh kumar patro
  • 7,231
  • 22
  • 71
  • 143
1
vote
0 answers

Yarp integration with Dapr

I want to integrate YARP with DAPR. My use case is that when a user hits the yarp URL, the downstream of it must invoke the DAPR sidecar URL for service invocation Eg. http(s):///api/< service name >/XXXXX (Upstream) To…
MAQ
  • 443
  • 7
  • 15
1
vote
2 answers

How to use Dapr SignalR Output Binding?

It's not clear to me how to use Dapr's SignalR output Binding. If I understand correctly, SignalR works with communication between three parties: A server, which will provide functions to be called by clients, as well as being able to call…
Ocimar
  • 53
  • 1
  • 6
1
vote
1 answer

Duplications in running Dapr events

I have an issue with dapr grpc events. Sometimes the events runs multiple times. I'm using redis and in another env. I'm using azure queues as I thought that the issue was related to redis but I have the same issue. I created a sample project that…
Andrew Safwat
  • 73
  • 1
  • 1
  • 6
1
vote
0 answers

Connection refused when calling Dapr sidecar in Azure Container Apps

I have an ASP.NET 6 application using Dapr. I works in the local development environment, but when I deploy it to Azure Container Apps, it is unable to reach the Dapr sidecar. The application is defined in Bicep, with the following settings relevant…
Vidar Kongsli
  • 826
  • 2
  • 9
  • 20
1
vote
2 answers

How to specify Dapr component locations with Sidekick?

I'm trying to get started with Sidekick for Dapr, and am having trouble telling Sidekick where the dapr components are. By default it's going to %USERPROFILE%.dapr\components, but I'd rather it go to a folder local to the solution. Looking at the…
Binary Worrier
  • 50,774
  • 20
  • 136
  • 184
1 2
3
10 11