I am trying to launch a task in my local minikube by using spring cloud stream which is using my custom source to post a TaskLaunchRequest message to TaskLauncherSink module (spring-cloud-starter-stream-sink-task-launcher-kubernetes). I am not seeing any exception but unable to launch a task when this stream deployed and running.
Initially got connection refused error in sink module with the config server url http://localhost:8888. But, now I have disabled that in my sink module by adding a property spring.cloud.config.enabled=false
in bootstrap.properties
.
No exception right now but not able to launch the task. Could you please help me to resolve this issue?