Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Separate flux component from flink component #3

Closed
walterddr opened this issue Apr 20, 2019 · 1 comment
Closed

Separate flux component from flink component #3

walterddr opened this issue Apr 20, 2019 · 1 comment

Comments

@walterddr
Copy link
Owner

walterddr commented Apr 20, 2019

Currently the Flux topology definition makes use of the Flink's internal components (Source, Sink, Operator) as the main component derive.

This is problematic and violation of the DSL extensibility design: having the definition of the most basic component directly tight with the target language make it impossible to extend.

See how streamline differs these two [1][2] components.

Given that this is streamline UI derived (e.g. from json->flux), similar architecture should be provided in our case that goes from flux->flink

@walterddr
Copy link
Owner Author

close via #5 and #6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant