Access View(Stream) from Action

Hi Team,

Is there a way to access the view which returns stream response from action?
Currently I couldn’t access using this.Component()

I’m afraid streaming cross-component calls is not possible yet, so the view would have to project the result into a single response list right now to be able to consume it from an action.

Existing issue tracking adding support for composing streaming calls: Allow deferred stream-out calls · Issue #674 · lightbend/kalix-jvm-sdk · GitHub