From 81fd140346510860c4850d134936f1a01dbff517 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi <68255980+Lore09@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:35:00 +0100 Subject: [PATCH] Update wadm.yaml --- wadm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wadm.yaml b/wadm.yaml index f211d16..d79b38e 100644 --- a/wadm.yaml +++ b/wadm.yaml @@ -12,7 +12,7 @@ metadata: stream-processing,nats-client,tinygo,golang spec: components: - - name: client + - name: go-data-stream type: component properties: # To use the locally compiled code in this folder, use the line below instead after running `wash build`: @@ -69,14 +69,14 @@ spec: # so that so the provider can deliver messages to the component (by invoking the wasmcloud:messaging/handler interface) . - type: link properties: - target: client + target: go-data-stream namespace: wasmcloud package: messaging interfaces: [handler] source_config: - name: simple-subscription properties: - subscriptions: test.source + subscriptions: streaming - type: spreadscaler properties: instances: 1