GitHub user laglangyue edited a discussion: Wrapper a row obejct for pekko-connectors
I am using pekko to build ETL app,like this ```scala reader -> flow-> writer. ``` I would use pekko-connector to build the reader/writer, I find a questtion is that our connector's input and output are not unified,some is bytestring,some is type T and so on. so I will change my app, ```scala reader(pekko-connectors) -> row-map-function -> pekko streams flow -> row-map-function -> writer(pekko-connectors) ``` Which I want to discussion with the community is that can we provide a simple row, like a jdbc row for connectors. If we implement this unified row, different pekko-connectors can freely connect to each other. GitHub link: https://github.com/apache/incubator-pekko-connectors/discussions/297 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
