Changing spring-cloud-stream instance index/count at runtime -


in spring-cloud-stream, there way change instance count , instance index of application without restarting it?

also, there recommended way automatically populate these values? in microservices world, seems prohibitively difficult, since services starting , stopping time.

in spring-cloud-stream, there way change instance count , instance index of application without restarting it?

not in current version, open discuss in context of github issue.

also, there recommended way automatically populate these values? in microservices world, seems prohibitively difficult, since services starting , stopping time.

my recommendation @ http://cloud.spring.io/spring-cloud-dataflow/ helps orchestration of complex microservice topologies (and designed work in conjunction spring cloud stream streaming scenarios)


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -