mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-11 16:09:26 +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
|
- type: debug.log
|
||||||
- input: ticker
|
- input: ticker
|
||||||
processors:
|
processors:
|
||||||
- type: nats.message.create
|
- type: string.create
|
||||||
params:
|
params:
|
||||||
subject: "test"
|
template: "{{.Payload}}"
|
||||||
payload: "hello"
|
- type: pubsub.publish
|
||||||
- type: module.output
|
|
||||||
params:
|
params:
|
||||||
module: natsout
|
module: natsout
|
||||||
|
topic: "test"
|
||||||
|
|||||||
Reference in New Issue
Block a user