I'm opening this ticket because I cannot understand how I should implement a streamed API with this project.
I checked the documentation and the examples but I didn't find anything.
We are using Akka HTTP at the moment. And the problem is that the generated code wants a Future as return type.
We are reading from a streamed API and we want to forward directly the stream after the authentication.
Can someone help me ? Thanks in advance for the support
I'm opening this ticket because I cannot understand how I should implement a streamed API with this project.
I checked the documentation and the examples but I didn't find anything.
We are using Akka HTTP at the moment. And the problem is that the generated code wants a
Futureas return type.We are reading from a streamed API and we want to forward directly the stream after the authentication.
Can someone help me ? Thanks in advance for the support