Version 3.4.0 and reactive return types #1173
Unanswered
laurentpellegrino
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
That's one of the issues/confusions this reactive stack is bringing.. I could not find context about the need to introduce reactor in Spring Shell, but I see no need for the reactive stack in a shell app (as mentioned here #1205 (comment)). Thoughts? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Using version 3.4.0, when a method annotated with @command returns for example a Mono, it does not automatically subscribe to the reactive instance. Instead, it seems to call toString on this object instance. Is there no support for reactive types with spring shell?
Beta Was this translation helpful? Give feedback.
All reactions