-
Notifications
You must be signed in to change notification settings - Fork 34
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
Reactive Views Renderer Soy #273
base: 6.0.x
Are you sure you want to change the base?
Conversation
This changeset amends the Soy view renderer, to support a new interface called `ReactiveViewRenderer`. The new interface generates a Flowable instead of a Writable, so that reactive chunked responses can be generated when the renderer is waiting on Future values to resolve.
# Conflicts: # views-soy/src/main/java/io/micronaut/views/soy/SoySauceViewsRenderer.java
c49a73f
to
f78d45d
Compare
f78d45d
to
e6d4728
Compare
|
@sdelamo I never got notified about this. I'd be happy to take a look. |
@sgammon |
No description provided.