Skip to main content
Filter by
Sorted by
Tagged with
14 votes
2 answers
9k views

I'm currently working through some Azure Container App quick starts. I've just attempted to create one that's Dapr enabled with storage account state store. It has a provision status of failed but ...
MrPanucci's user avatar
  • 619
7 votes
1 answer
3k views

I was looking at virtual Actors and I pumped into Dapr and Orleans. I understand that Dapr is a more complete framework to build a microservices architecture, where virtual actors are just one part of ...
Fede's user avatar
  • 884
5 votes
2 answers
4k views

I'm having major problems getting Dapr up and running with my microservices. Every time I try to invoke another service, it returns a 500 error with the message client error: the server closed ...
Mog0's user avatar
  • 2,239
4 votes
0 answers
400 views

I,m performing some tests with Dapr and Service Invocation using gRPC and have run in to an issue. I'm runnig Dapr in standalone mode and starts two applications like this: dapr run --app-id App1 --...
Daniel Bäck's user avatar
4 votes
0 answers
709 views

I try to deploy my project using Dapr + Envoy proxy to AKS, it works fine in Minikube but in AKS the sidecar-injector logs http: TLS handshake error from 10.244.0.6:36004: remote error: tls: bad ...
Phat Huynh's user avatar
3 votes
1 answer
2k views

Currently I am learning Dapr, and I find it powerful for micro services development, but after reading more, I found some limitations, the most important of them is "state management". How ...
sajad's user avatar
  • 117
3 votes
1 answer
1k views

I have 3 services that I am attempting to integrate with Dapr within my local Docker instance. Each of the services is running in an Linux container. version: '3.4' networks: NextWare: external: ...
John Kears's user avatar
3 votes
0 answers
484 views

Dapr doc shows how to programmatically subscribe and consume a topic from a subscription, along with an ASP.NET Web API project. I am using Azure Service Bus Topics and an Web API running in .NET 8. I ...
David Liang's user avatar
  • 21.6k
3 votes
0 answers
2k views

I have been trying unsuccessfully to publish a message through the pub/sub integration with Kubernetes I am following the tutorial here: [https://docs.dapr.io/developing-applications/building-blocks/...
Gleeb's user avatar
  • 11.4k
3 votes
0 answers
339 views

Assume Kubernetes & Dapr have been been setup correctly Synopsis: The Dapr Sub/Pub applicatoin works as desired with ONE pod. I have the following K8s Deployment (A simple Springboot application) ...
stackoverflow's user avatar
3 votes
1 answer
2k views

I am trying out Dapr for the first time ....refering to the Dapr go sdk at https://github.com/dapr/go-sdk... ... trying to host a Dapr service using golang with Docker Compose on my Windows 10 machine ...
Athadu's user avatar
  • 884
2 votes
2 answers
2k views

I have an app started in Dapr that has a gRPC service. Starting Dapr with id MyGrpcApi001. HTTP Port: 55319. gRPC Port: 55320 I have started it with the following command: dapr run --app-id ...
tridy's user avatar
  • 1,324
2 votes
1 answer
2k views

Dapr already allows us to subscribe multiple apps to a topic declaratively. But can we use just one subscription.yaml file to subscribe an app to multiple topics declaratively? Something like: ...
Ocimar's user avatar
  • 75
2 votes
1 answer
676 views

I am getting the below exception while trying to save key value in the Dapr statestore .I am new to the Dapr concepts . Dapr.DaprException: State operation failed: the Dapr endpoint indicated a ...
Saquib's user avatar
  • 21
2 votes
0 answers
260 views

I have set up prometheus for Dapr metrics in Docker Compose but I'm not getting my Grafana dashboards to populate. I think its because Prometheus is not scraping Dapr metric port localhost:9090. See ...
user17404740's user avatar
2 votes
1 answer
2k views

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 --...
Lillvik's user avatar
  • 405
2 votes
0 answers
267 views

I am unable to get the OPA middleware to execute on a service to service invocation. I am using the simple OPA example online and cannot seem to get it to trigger when invoking it from another ...
ewassef's user avatar
  • 340
2 votes
1 answer
927 views

I am using docker compose to spin up an api, along with Dapr for state management and a local cosmosDB emulator. When specifying my local azure cosmosDB as the state store in my local Dapr component, ...
Danielle Ellison's user avatar
2 votes
1 answer
887 views

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 ...
karthickShanmugaiah's user avatar
1 vote
2 answers
502 views

I want to use Dapr to subscribe to changes in an Azure App Configuration store as documented on this page: https://docs.dapr.io/reference/components-reference/supported-configuration-stores/azure-...
Blit's user avatar
  • 55
1 vote
1 answer
343 views

Istio is widely used for mesh control, to control fine grained traffics and to utilize kubernetes. Dapr is good for cross-service interactions, helping with distributed orchistration. How can I ...
Ryuujo's user avatar
  • 186
1 vote
1 answer
345 views

We have Azure API Management self-hosted on Azure Kubernetes Services. As we need to collect the logs from the container for monitoring purposes (some of the logs are sent to stdout only and not to ...
Andree's user avatar
  • 1,219
1 vote
1 answer
832 views

I'm having issues with Dapr PubSub in our C# / .Net6 WebAPI project where it's only triggering ONE subscriber instead of all subscribers when running on a developer machine. On developer machines we ...
Mog0's user avatar
  • 2,239
1 vote
1 answer
3k views

I've taken the Dapr pub/sub How-to sample and tried to update it to use RabbitMQ I've downloaded the Docker rabbitmq:3 image from DockerHub and it should be listening on amqp://localhost:5672. I have ...
Mr. Kraus's user avatar
  • 8,145
1 vote
1 answer
361 views

Let's say I want to use a Redis container when running it locally and Azure Cache for Redis in production (when deployed to Azure Container Apps). Or it could be dapr state store plus pubsub locally ...
Ebrito's user avatar
  • 55

1
2 3 4 5