From 3c5b1cac4d7871ea2feeef64c7bffc32c61150f0 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 19 May 2026 21:56:50 -0500 Subject: [PATCH] fix processor type in configs --- config.smoke.yaml | 8 ++++---- config.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.smoke.yaml b/config.smoke.yaml index 5fd352d..8f12c99 100644 --- a/config.smoke.yaml +++ b/config.smoke.yaml @@ -58,14 +58,14 @@ routes: - type: string.create params: template: "hello" - - type: router.output + - type: module.output params: module: wsecho - type: string.encode - - type: router.output + - type: module.output params: module: tcpout - - type: router.output + - type: module.output params: module: udpout - input: ticker @@ -105,7 +105,7 @@ routes: params: subject: "test" payload: "hello" - - type: router.output + - type: module.output params: module: natsout diff --git a/config.yaml b/config.yaml index 4616f69..63feaf9 100644 --- a/config.yaml +++ b/config.yaml @@ -18,6 +18,6 @@ routes: params: address: "{{.Payload.URL.Path}}" - type: osc.message.encode - - type: router.output + - type: module.output params: module: udp