Questions tagged [dapr-sidekick]
3 questions
1
vote
1 answer
How can I stop Dapr Kafka Component from connecting to closed consumer groups?
I have the following component in k8s:
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: kafka-pubsub
namespace: default
spec:
type: pubsub.kafka
version: v1
metadata:
# Kafka broker connection setting
- name: brokers
…

Matt
- 97
- 9
1
vote
1 answer
Dapr time out issue while connecting to Azure Redis from local
I have Dapr sample Counter application which working fine with local redis server, but if I try to connect with "Azure redis for cache" I am getting time out error.
My yaml file with sample azure redis connection string
Time out error
Need…

karthickShanmugaiah
- 13
- 4
1
vote
2 answers
How to specify Dapr component locations with Sidekick?
I'm trying to get started with Sidekick for Dapr, and am having trouble telling Sidekick where the dapr components are.
By default it's going to %USERPROFILE%.dapr\components, but I'd rather it go to a folder local to the solution.
Looking at the…

Binary Worrier
- 50,774
- 20
- 136
- 184