Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
78 views

I am attempting to setup a project with Aspire and DAPR. I want to register a sidecar in my API and Frontend application that will use pubsub. The pubsub should come from a DAPR yaml component file. I ...
Seany84's user avatar
  • 5,596
0 votes
0 answers
47 views

I am trying to use dapr for local development using Visual Studio 2022 but it seems the connections with dapr are blocked through my antivirus Bitdefender firewall settings. It only works when I ...
chsakell's user avatar
  • 180
0 votes
1 answer
184 views

According to the Dapr documentation, when API logging is enabled, all calls to the Dapr API server—including the health check endpoints—should be logged. The documentation specifies that health check ...
Dan's user avatar
  • 3
0 votes
1 answer
1k views

I've configured a ContainerApp with an auto scale rule in place based on the Azure Service Bus Topics. The up scaling of the ContainerApp works properly. However, it does not scale down. Any idea what ...
NetDev's user avatar
  • 3
0 votes
1 answer
529 views

I'm looking for a way to auto scale a Container App based on the amount of messages in the Azure Service Bus Topic, is that possible? I can only find examples based on queues, but not topics. Also I'...
NetDev's user avatar
  • 3
1 vote
0 answers
218 views

I'm trying to get Aspire to run up a C# (.NET 8) project that exposes a DAPR service that uses gRPC. Another service will then use InvokeMethodGrpcAsync to call the service. Aspire throws this error: ...
hawky's user avatar
  • 176
0 votes
1 answer
232 views

So I've created a resource pubsub.yaml which references a Service Bus Connection String. It works fine on my local machine using .NET Aspire, however when I use the az up (Container Apps) it fails. In ...
Victor's user avatar
  • 1
0 votes
0 answers
23 views

What is the way to use Dpar pubsub and connect to a Apache Pulsar proxy instead to a topic directly?
Tink's user avatar
  • 73
0 votes
1 answer
354 views

I've set up an OrderService (ASP.NET Core Web API) application, which needs to listen to messages published on the Azure Service Bus Topic by receiving them. I can successfully send messages to the ...
AzureDev's user avatar
0 votes
0 answers
105 views

I have two services talking to each other through RabbitMq. Service A publishes messages directly to RabbitMq and Service B uses Dapr with the RabbitMq pubsub component. Both services are instrumented ...
sergi's user avatar
  • 1,109
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
0 votes
1 answer
107 views

I have deployed two services on Container Apps, both setup using Fastify, both with Dapr enabled. I cannot seem to get the POST requests between the two services working. If Service A make a POST ...
Yick Kiu Liam Leung's user avatar
-1 votes
1 answer
301 views

Is it possible to configure the resiliency policy in Dapr to not perform a retry when the HTTP request is POST? The Polly library in .NET, for example, allows fine-grained configuration of retry and ...
Sohlae's user avatar
  • 800
1 vote
1 answer
209 views

I'm new to Dapr as well as Kafka. I want to implement Dapr with Kafka(KRaft) for my .NET 8 desktop app. I'm working on POC, there I'm facing issue: 'Dapr.DaprException: 'Publish operation failed: the ...
hfl's user avatar
  • 11
2 votes
2 answers
439 views

Please let me know how to create the dapr custom middleware in c# how to register it. And how to configure it in a microservice to use it. Please let me know in detailed steps as I have been ...
Jitender Singal's user avatar
0 votes
0 answers
225 views

Trying to do insert to CosmosDb using DaprClient. Below is code [HttpPost("saveData")] public async Task<ActionResult<string>> SaveData([FromBody] InputMessage message, [...
Jithin Kv's user avatar
1 vote
0 answers
143 views

I'm trying to pass a header (Idempotency-Key) between Dapr services. It seems that these fields are not delivered on the subscriber side. Alternatively, metadata are only restricted to a few fields. ...
dno's user avatar
  • 25
0 votes
1 answer
140 views

DaprServer allows to expose http api endpoints defined in an express middleware instance. In a NestJs app, it is possible to get the application's internal express middleware instance and pass it to ...
Chedy2149's user avatar
  • 3,081
0 votes
0 answers
216 views

I would like to add a correlationId as metadata to all my outgoing DAPR messages in C#. I have created a middleware that I get CorrelationId from every time and then assign it to all outgoing Http ...
Serhat's user avatar
  • 708
1 vote
0 answers
523 views

I have asked a similar question about how to do so programmatically with Dapr pub/sub component. Dapr doc shows how to define a topic from a subscription, with its corresponding route declaratively in ...
David Liang's user avatar
  • 21.6k
0 votes
1 answer
116 views

#1 Solace PubSub Standard ran via Docker. SpringBoot app has a REST endpoint that calls DaprClient to publish event. Ran dapr run without any errors. Invoked the REST endpoint. No errors. However, the ...
noelbensonuy's user avatar
0 votes
1 answer
781 views

I am seeing a weird scenario while using DAPR in c# console application. I have create a console app and running as a cron job in Kubernetes. The code is supposed to publish a message to Azure ...
Piyush's user avatar
  • 439
0 votes
1 answer
376 views

I have rabbitMQ running on http://xyzip:5672 and credentials sampleusername, samplepassword, created the rabbitMQ component yaml file created. apiVersion: dapr.io/v1alpha1 kind: Component metadata: ...
LAKSHMIKANTHA's user avatar
0 votes
1 answer
185 views

I configured Azure storage table for Actor statestore with below metadata value "name: actorStateStore" value: "true" , but getting the below error Failed,Dapr.DaprApiException: ...
SriRaghavendran Prabhakaran's user avatar
0 votes
1 answer
167 views

I'm currently developing a Spring Boot application using Dapr's Java SDK version 1.9.0. I'm encountering a serialization issue when I try to publish an event that contains a java.time.Instant object. ...
Mr. code's user avatar
  • 157

1
2 3 4 5