mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-07-26 09:58:40 +00:00
fix processor type in configs
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -18,6 +18,6 @@ routes:
|
||||
params:
|
||||
address: "{{.Payload.URL.Path}}"
|
||||
- type: osc.message.encode
|
||||
- type: router.output
|
||||
- type: module.output
|
||||
params:
|
||||
module: udp
|
||||
|
||||
Reference in New Issue
Block a user