Open matt-mazzucato opened 9 months ago
The v1alpha2 version of the Astarte resource handles the config for connections in the following manner:
cassandra: nodes: <host:port[,host:port...]>
rabbitmq: connection: host: <host> port: <port>
The new API version (i.e. v1alpha3) should be updated to expose a uniform interface when configuring connections. The following is proposed:
<component-name>: connection: nodes: - host: <host> port: <port>
The conversion between v1alpha2 and v1alpha3 must be updated accordingly.
The v1alpha2 version of the Astarte resource handles the config for connections in the following manner:
The new API version (i.e. v1alpha3) should be updated to expose a uniform interface when configuring connections. The following is proposed:
The conversion between v1alpha2 and v1alpha3 must be updated accordingly.