mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 04:14:35 +00:00
Updated example
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
|||||||
|
|
||||||
func exec_task(arg string) string{
|
func exec_task(arg string) string{
|
||||||
|
|
||||||
response := "Ciao danano " + arg
|
response := "" + arg
|
||||||
|
|
||||||
return response
|
return response
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
|
|
||||||
func exec_task(arg string) string{
|
func exec_task(arg string) string{
|
||||||
|
|
||||||
response := "" + arg
|
response := "Ciao danano " + arg
|
||||||
|
|
||||||
return response
|
return response
|
||||||
}
|
}
|
||||||
@@ -10,12 +10,12 @@ tasks:
|
|||||||
dest_topic: aggregated_data
|
dest_topic: aggregated_data
|
||||||
component_name: data_aggregation
|
component_name: data_aggregation
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
- name: Daniele pelato
|
- name: Aiutatemi
|
||||||
type: processor_nats
|
type: processor_nats
|
||||||
code: danano.go
|
code: danano.go
|
||||||
targets:
|
targets:
|
||||||
- edge
|
- edge
|
||||||
source_topic: temp_sensor
|
source_topic: test
|
||||||
dest_topic: sexo
|
dest_topic: temp_sensor
|
||||||
component_name: liscio
|
component_name: test_producer
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
Reference in New Issue
Block a user