dapr / dapr/dotnet-sdk

Subscription handling using own grpc service

Open
#911 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
1.2k
Forks
378
Avg merge
1d 22h
Merged PRs (30d)
5

Description

With `proxy.grpc` we can already invoke existing grpc service without changing server code. However, it doesn't seem to be possible to use existing grpc service for Subscription. We still have to create another grpc service that inherits from `AppCallback.AppCallbackBase` and implements own serialization/deserialization in `OnTopicEvent`. Is it possible to use own grpc service as a Subscription handler as well?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.