Mutiny Pagination does not init if only one iteration #2048
flamurjahiri
started this conversation in
General
Replies: 2 comments 1 reply
-
|
https://github.com/flamurjahiri/Mutiny---Emit-on-Until/blob/main/src/main/java/io/kodelabs/ExampleResource.java direct reproduction link |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@jponge , have you had the chance to check if this should behave like this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using Mutiny Pagination API, if the condition is fullfilled first time, it does not emit value anymore (when using until), but when i use whilst it emits item
Reproduction :
https://github.com/flamurjahiri/Mutiny---Emit-on-Until
Im not sure if this is desired to work like that, or its an issue
Beta Was this translation helpful? Give feedback.
All reactions