7 questions
3
votes
0
answers
484
views
How to subscribe/consume multiple topics from multiple subscriptions programmatically with Dapr pub/sub component?
Dapr doc shows how to programmatically subscribe and consume a topic from a subscription, along with an ASP.NET Web API project.
I am using Azure Service Bus Topics and an Web API running in .NET 8.
I ...
3
votes
1
answer
1k
views
Dapr Client Docker Compose Issue
I have 3 services that I am attempting to integrate with Dapr within my local Docker instance. Each of the services is running in an Linux container.
version: '3.4'
networks:
NextWare:
external: ...
0
votes
1
answer
521
views
Configure dapr log level in Azure Container App
How do I configure the Dapr log level in an Azure Container App? It defaults to info & I want to set it to debug.
Reference: Configure and view Dapr Logs
0
votes
1
answer
1k
views
Why doesn't Container Apps scale down with scale rule in place (scale up works)?
I've configured a ContainerApp with an auto scale rule in place based on the Azure Service Bus Topics. The up scaling of the ContainerApp works properly. However, it does not scale down. Any idea what ...