dapr icon indicating copy to clipboard operation
dapr copied to clipboard

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

Results 737 dapr issues
Sort by recently updated
recently updated
newest added

# Description Add API endpoints to accept Actors publishing. API with http and grpc and modified Cloud Events to accept Actor type and ID. Added Unit test cases to test...

Most users of dapr are microservice architectures . In the development of microservices, distributed transactions should be solved. [DTM](http://github.com/dtm-labs/dtm) is a widely used distributed transaction framework. I'm trying to support...

pinned

I'm following the [quickstart: Service Invocation](https://docs.dapr.io/getting-started/quickstarts/serviceinvocation-quickstart/) & I opened the sample in a dev container. I'm able to build the project: >codespace ➜ .../service_invocation/csharp/http/order-processor (master ✗) $ dotnet build Build...

kind/bug
P1
pinned

Please sign the dapr.exe and daprd.exe its one of the requirement in our organization for developers to use open source software. I am sure this requirement will be there for...

# Description Add end to end test for certificate installation feature. This PR tests the cert installation feature with HTTPS bindings. A web server (part of test app) hosts a...

## In what area(s)? /area runtime > /area operator > /area placement > /area docs > /area test-and-release ## What version of Dapr? 1.8 ## Expected Behavior We have an...

pinned

## In what area(s)? /area runtime ## Describe the proposal For Golang SDK, provide a function ``` go SaveBulkStateAndPublish(ctx context.Context, storeName string, items []*SetStateItem, pubsubName, topicName string, data interface{}, opts...

I'm researching Dapr to see if it meets our requirements. We have a need for messages to be streamed between actors as is supported by gRPC. If not, is there...

Dashboard does not seem to be widely used (feeling, no data yet - happy to be proven wrong here). It is also in a different maturity level compared to the...

area/helm
area/enhancement

## Describe the proposal Support pubsub between actors, currently the publisher can be a service or an actor. But when it comes to subscribing, the subscribe is supported at service...

kind/feature
P1
area/runtime/actor
pinned