You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Can you provide a minified example of what you are trying to accomplish? akka-http is a remarkably flexible framework, and while it may be possible to offer a suggestion that works easily with what you are trying to integrate with, it's hard to know without seeing it.
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
The text was updated successfully, but these errors were encountered: