Updated example

This commit is contained in:
Lorenzo Venerandi
2025-01-29 22:44:58 +01:00
parent 8da8427962
commit 804e789056
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import (
func exec_task(arg string) string{
response := "Ciao danano " + arg
response := "" + arg
return response
}

View File

@@ -6,7 +6,7 @@ import (
func exec_task(arg string) string{
response := "" + arg
response := "Ciao danano " + arg
return response
}

View File

@@ -10,12 +10,12 @@ tasks:
dest_topic: aggregated_data
component_name: data_aggregation
version: 1.0.0
- name: Daniele pelato
- name: Aiutatemi
type: processor_nats
code: danano.go
targets:
- edge
source_topic: temp_sensor
dest_topic: sexo
component_name: liscio
source_topic: test
dest_topic: temp_sensor
component_name: test_producer
version: 1.0.0