From bc153b7491a711974e30df0d2d3fd1342a5eff77 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Tue, 21 Jul 2026 17:33:09 +0700 Subject: [PATCH] =?UTF-8?q?fix(dapr):=20use=20pubsub.redis=20=E2=80=94=20D?= =?UTF-8?q?apr=201.17=20doesn't=20include=20built-in=20NATS=20pubsub.=20Re?= =?UTF-8?q?dis=20already=20running.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/dapr/components/pubsub.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/infra/dapr/components/pubsub.yaml b/infra/dapr/components/pubsub.yaml index 2150aea..669a614 100644 --- a/infra/dapr/components/pubsub.yaml +++ b/infra/dapr/components/pubsub.yaml @@ -3,8 +3,10 @@ kind: Component metadata: name: pubsub spec: - type: pubsub.nats + type: pubsub.redis version: v1 metadata: - - name: natsURL - value: nats://nats:4222 + - name: redisHost + value: redis:6379 + - name: redisPassword + value: ""