-
Notifications
You must be signed in to change notification settings - Fork 1
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
Middleware #68
Middleware #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally like having the flexibility of separate middlewares so this could be easily extended by users (when the needs comes). Only left some nits. Great work @lovromazgon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIC, cleared for takeoff.:)
Description
Introduces processor middleware and implements two middlewares:
ProcessorWithSchemaDecode
is the equivalent ofDestinationWithSchemaExtraction
ProcessorWithSchemaEncode
is the equivalent ofSourceWithSchemaExtraction
Fixes ConduitIO/conduit#1707.
Quick checks: