You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/19 02:12:57 UTC

[GitHub] [incubator-seatunnel] gudandezhu opened a new issue, #2468: [Question] get external data when transform

gudandezhu opened a new issue, #2468:
URL: https://github.com/apache/incubator-seatunnel/issues/2468

   **background**
   
   When I get a piece of data from _source_,i want join external data with _transform_,for example redis or mysql, Seatunnel does not seem to support?i can't find it by Official website
   maybe i can try to define a _plugin_
   
   seatunnel version: 2.1.1 - 2.1.3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2468: [Question] get external data when transform

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2468:
URL: https://github.com/apache/incubator-seatunnel/issues/2468#issuecomment-1379652290

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] gudandezhu commented on issue #2468: [Question] get external data when transform

Posted by GitBox <gi...@apache.org>.
gudandezhu commented on issue #2468:
URL: https://github.com/apache/incubator-seatunnel/issues/2468#issuecomment-1220189659

   For example, the data in Kafka has order ID, I use `kafkaTableStream` as my `source`. I want to obtain the relevant personnel information, but the personnel information is not a `source`. It exists independently in MySQL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] hailin0 commented on issue #2468: [Question] get external data when transform

Posted by GitBox <gi...@apache.org>.
hailin0 commented on issue #2468:
URL: https://github.com/apache/incubator-seatunnel/issues/2468#issuecomment-1220185738

   Sounds like a `lookup` function?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] closed issue #2468: [Question] get external data when transform

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #2468: [Question] get external data when transform
URL: https://github.com/apache/incubator-seatunnel/issues/2468


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2468: [Question] get external data when transform

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2468:
URL: https://github.com/apache/incubator-seatunnel/issues/2468#issuecomment-1371577000

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] gudandezhu commented on issue #2468: [Question] get external data when transform

Posted by GitBox <gi...@apache.org>.
gudandezhu commented on issue #2468:
URL: https://github.com/apache/incubator-seatunnel/issues/2468#issuecomment-1220167960

   external data May be very large,i wan't use multiple source.  in flink , cache-aside-pattern or  Async I/O can solve this problem well
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org