I'm using KStream parameter in @StreamBuilder.
This will create a DefaultBinding through KStreamBinder.
My requirement is to use Binding visualization and control.
However
return new DefaultBinding <> (name, null, outboundBindTarget, null);
You can't control the state via springboot /actuator/bindings because the lifecycle is null.
(POST /actuator/bindings/{bindings-name} {"state":"PAUSED"})
How can I control the state of a Binding?
The version I am using is below.
please answer about my question. Thank you.
Binding visualization controls are not fully available in Kafka Streams binder in Spring Cloud Stream. If you can describe your use case as a new GitHub issue, we can discuss this further there. Thank you.