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
Hi folks!
As discussed in #27 there are some things that we want to change, since all of those are breaking changes, let's discuss here how we plan to perform them and define how we will update the Upring architecture.
Points of discussion:
Move from actual tentacoli based requests to node core http2 implementation
How we will support fire and forget request?
Change the current routing model to a more user friendly one.
find-my-way could be an option but we should use the compatibility api. We can refactor it as upring-router in a way that supports just the http2 specifc api.
if we choose to use find-my-way we can even think about an encapsulation model like the one built in Fastify
Introduce a tracing api
Change the shape of the request object
Handle requests id
Add logging support
Feel free to update the above list with other points that we should discuss.
The text was updated successfully, but these errors were encountered:
Hi folks!
As discussed in #27 there are some things that we want to change, since all of those are breaking changes, let's discuss here how we plan to perform them and define how we will update the Upring architecture.
Points of discussion:
tentacoli
based requests to node corehttp2
implementationfind-my-way
could be an option but we should use the compatibility api. We can refactor it asupring-router
in a way that supports just thehttp2
specifc api.find-my-way
we can even think about an encapsulation model like the one built in FastifyFeel free to update the above list with other points that we should discuss.
The text was updated successfully, but these errors were encountered: