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)