Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How should I implement a streamed API with Akka HTTP ? #1988

Open
geirolz opened this issue Jun 4, 2024 · 1 comment
Open

How should I implement a streamed API with Akka HTTP ? #1988

geirolz opened this issue Jun 4, 2024 · 1 comment

Comments

@geirolz
Copy link

geirolz commented Jun 4, 2024

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

@blast-hardcheese
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants