eclipse-kanto / container-management

container-management
Other
6 stars 10 forks source link

Local communication properties should be outside of the things service #169

Closed k-gostev closed 1 year ago

k-gostev commented 1 year ago

Currently the connection properties for local communication are inside the things service. The things service is optional and there could be other services in the future that need to use those properties. My suggestion is to move the local connection properties outside of the things service and make them global. Also, all timeout properties should ditch the ms concept and use duration strings.