dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.1k stars 327 forks source link

Dapr pub sub with C ++ based application #1300

Open tommorvolloriddle opened 3 weeks ago

tommorvolloriddle commented 3 weeks ago

I am using dapr for pub-sub, I have a problem at receiving (subscribing) end, I have is a c++ monolith application and needs dapr for pub-sub, Is it possible to write a class library in C# and write subscribing call backs (dapr's http verb based subscription) with this will I be still able to subscribe to messages, Just for your information: I am using RabbitMQ for messaging

philliphoff commented 2 weeks ago

@tommorvolloriddle I'm not entirely sure I follow what you suggest, but there are probably several options: