update test config with new pubsub.publish processor

This commit is contained in:
Joel Wetzell
2026-05-20 21:03:14 -05:00
parent 290a89d38e
commit be0b1c4a5f
+4 -5
View File
@@ -101,11 +101,10 @@ routes:
- type: debug.log
- input: ticker
processors:
- type: nats.message.create
- type: string.create
params:
subject: "test"
payload: "hello"
- type: module.output
template: "{{.Payload}}"
- type: pubsub.publish
params:
module: natsout
topic: "test"