You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://github.com/eclipse/microprofile-reactive/blob/master/streams/spec/src/main/asciidoc/architecture.asciidoc, under the Rationale section, in the paragraph that starts with "There are a number of different approaches..." the text reads: "...however users can select to use a custom implementation if they need." While this makes sense for the JDK implementation, does this make sense for MicroProfile implementation where 3-rd party dependency is not desired?
The text was updated successfully, but these errors were encountered:
This is a good point, the API is already pluggable using the service loader mechanism, it doesn't necessarily need to be doubly pluggable. For the purposes of MicroProfile, I don't think we need the overload.
From @venkats:
The text was updated successfully, but these errors were encountered: