Skip to content

Commit

Permalink
Subscriptions: bi-directional subscription streaming- subscribe on no
Browse files Browse the repository at this point in the history
healthz.

Refactors pubsub machinery to allow for gRPC bi-directional subcription
streaming when there is no application, or the application in unhealhty.

dapr/proposals#52

Signed-off-by: joshvanl <me@joshvanl.dev>
  • Loading branch information
JoshVanL committed Jun 20, 2024
1 parent 4a5f939 commit 9846dcf
Show file tree
Hide file tree
Showing 2 changed files with 1,880 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/runtime/pubsub/streamer/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"sync"

rtv1pb "github.com/dapr/dapr/pkg/proto/runtime/v1"
"google.golang.org/appengine/log"
)

type conn struct {
Expand Down
Loading

0 comments on commit 9846dcf

Please sign in to comment.