Skip to content

Issue with retry an mutiple chained Unis #1435

Closed Answered by manofthepeace
manofthepeace asked this question in Q&A
Discussion options

You must be logged in to vote

I forgot to follow up on this. Ultimately the solution was quite easy, once you know about it. Ultimately a uni, can already be a sort of supplier by using either
this Uni.createFrom().item(() -> x);or Uni.createFrom().deferred(...)

So in the end I could have, re-subscribtion, in a portion of the pipeline by using the syntax above.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@jponge
Comment options

@manofthepeace
Comment options

@jponge
Comment options

@manofthepeace
Comment options

@jponge
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jponge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants