Details
Description
The component framework currently supplies component Runtime objects as TCOMP Source or Sink (https://github.com/Talend/components/tree/master/components-api/src/main/java/org/talend/components/api/component/runtime).
These are aligned with the Apache Beam Source and Sink classes.
To provide a Beam-compatible PTransform for a component, we need to provide wrappers for the TCOMP runtime objects.
Attachments
Issue Links
- is related to
-
TCOMP-251 Have means of creating a Beam runtime from a TCOMP connector
- Closed