-
I tried with the steps, and found the http server demo can not work properly:
![image](https://user-images.githubusercontent.com/230646/138444411-123a46d1-376e-48d5-92a1-8b15795c3b06.png)
Then s…
-
## Ask your question here
Hello,
I'm using Dapr for sending and receiving messages from kafka with .net. I have an multiple controller for multiple topics. When starting application in kubernates …
-
https://github.com/oam-dev/rudr/blob/master/docs/tutorials/deploy_and_update.md
When doing command
$ kubectl get configurations
use the full name since other deployments have configurations, eg…
-
As the resize image service finishes, it publish an message to Kafka to notify the result.
Currently Kafka pubsub hasn't been available yet and waiting for merge request. Will implement the feature…
-
## Expected Behavior
When we set metadata fields on a [PublishEventRequest](https://github.com/dapr/java-sdk/blob/master/sdk/src/main/java/io/dapr/client/domain/PublishEventRequest.java) field, the…
-
Applications can use GRPC (in addition to HTTP) to make API calls for Actor.
This impacts Actor client and Actor runtime.
A property or environment variable can be used to switch between HTTP or GRP…
-
The .NET Architecture organization was created to showcase reference apps & e-books for several .NET technologies spanning web, mobile, desktop, migration, and cloud native. Teams across Microsoft and…
-
Given this section of the docs https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-cloudevents/#publish-your-own-cloudevent
There are a few statements which don't appear to b…
-
- [ ] Explorer Knative has an alternative to n8n
- [ ] search if Knative can be triggered with a REST api
-
## Describe the proposal
Before Project Reactor, I used CompletableFuture for async programming in Java. When writing the first complete version for this SDK, Project Reactor was the recommended as…