Skip to content
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 one-step-processing #151

Closed
bitzl opened this issue Apr 3, 2020 · 0 comments
Closed

Support one-step-processing #151

bitzl opened this issue Apr 3, 2020 · 0 comments

Comments

@bitzl
Copy link
Member

bitzl commented Apr 3, 2020

For most applications, the usual read/transform/write cycle is suitable (aka "ETL"), with sometimes leaving out a transforming or writing step. However, there are applications that merely convert messages or act as gateways and therefore harldy fit in that framework.

Introduce a Flow API that allows for a single processing step:

<M extends Message> Collection<Message> process(M m)

or

<M extends Message> Collection<Message> translate(M m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant