-
Notifications
You must be signed in to change notification settings - Fork 32
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
support duplexing pipeline #1
Comments
for the reason of compatibility, I think we need some annotations cooperate with the e.g. we can add two annotations:
|
may be |
support duplex pipeline using @PipelineDirection, and add showcase for duplex pipeline. foldright#1
have commit some code to implement the idea, and a simple test, and kept the pipeline stateless. |
Implement a two-way pipeline to solve request/response-like scenarios.
e.g.
after apply
@AutoPipeline
toRPCHandler
(we need to add some metadata for auto-pipeline) :invoke
method will start from head to tailonResponse
will start from tail to headinvoke
andonResponse
operation will in separate interfaces, and some handler can just implement one of the interfacesThe text was updated successfully, but these errors were encountered: