mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-18 20:53:56 +00:00
update test config with new pubsub.publish processor
This commit is contained in:
+4
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user