-
Notifications
You must be signed in to change notification settings - Fork 128
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
Uni.{join,combine} shall limit concurrency #699
Comments
Hi @jponge, is this issue still open, can I work on this? |
You can certainly have a look.
|
sorry @jponge for replying you late, well i'm new here that's why i was learning about reactive programming and Mutiny before i start to contribute. Can you please point me to the right direction, so that i get a rough idea about from where i can get started for this issue. |
If you are only learning about reactive programming then implementing / making changes to an operator in Mutiny might be a too big step.
I’d suggest you become familiar with Mutiny, for instance by using it in Quarkus apps, then eventually once you have a solid understanding it might be more approachable to make changes in Mutiny itself.
|
Sure as you suggested, i will first create some quarkus app using mutiny to get more familiar with it. Thank you 😊 |
|
Arbitrarily large sets of
Uni
can result in too many concurrent connections in certain contexts.We shall provide a limit, just like for async operations and flatmap-isms.
The text was updated successfully, but these errors were encountered: