mshashi0306

Results 3 issues of mshashi0306

Hi Team, I am not able to use Event Hub Binding or Service Bus using Dapr component. But same connectivity is working using TransportType = AmqpWebSockets using .NET lib. Can...

Hi Team, I am not able to use Event Hub Binding or Service Bus using Dapr component. But same connectivity is working using TransportType = AmqpWebSockets using .NET lib. Can...

kind/enhancement
area/client/binding

I'm working with a Dapr application, and I'm having trouble with my topic subscription setup in the following code: `builder.MapControllerRoute("ReceiveFeedEvent", "/ReceiveFeedEvent").WithTopic(new TopicOptions { PubsubName = Config.DaprAlertFeedConsumerName, Name = configuration[Config.AlertFeedTopicNameKey], Metadata...

kind/bug
area/client/pubsub