Integrate service discovery into core? #1811
Replies: 2 comments 5 replies
-
Hi @dominikriemer, I didn't quite understand why the migration is split into two versions. Wouldn't that mean we have to maintain the data in two places in release 0.93.0? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thanks for bringing this up for discussion and for the well-written suggestion @dominikriemer
Can we really hold on to this assumption? Isn't it to restrictive? Other than that, your migration plan sounds got to me 👍🏼 |
Beta Was this translation helpful? Give feedback.
-
Hi,
currently, StreamPipes has a dependency on Consul for two reasons:
I think it should be pretty easy to integrate the service discovery logic directly into the core and store the configurations in CouchDB, which would make our Consul dependency obsolete, reducing system complexity.
Approach
The approach would be:
backend
by default in the docker-compose installation, link to the backend service in k8s and could be overridden with an environment variable similar toSP_CONSUL_LOCATION
for development purposes.core-configuration
.Migration
What do ou think of this idea?
Beta Was this translation helpful? Give feedback.
All reactions