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

Akka source creation function should return a future #316

Open
gmethvin opened this issue May 19, 2021 · 2 comments
Open

Akka source creation function should return a future #316

gmethvin opened this issue May 19, 2021 · 2 comments

Comments

@gmethvin
Copy link
Collaborator

It should be possible to pass a () => Future[Consumer[T]] to create the Akka source, so we can easily use the async consumer creation API and avoid blocking the Akka thread pool.

@KannarFr
Copy link
Member

This could be related to #262, so a Future[Either[?]]?

@gmethvin
Copy link
Collaborator Author

The main issue here is with being able to use the async API, since I don't want to block the Akka thread pool creating a consumer.

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