-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add support for Flink and custom sinks. #6
Comments
@kl0u |
Hello @bakey ! Thanks for wanting to get involved in the Beam Flink Runner. What would be interesting is to build support in the Beam Flink Runner for Flink Streaming sinks. This translates into creating a wrapper for sinks that implement the RichSinkFunction. Cheers, |
@kl0u |
@bakey In the long run yes. But for people to start using Beam on top of Flink, we can just add something like a method like writeToFlinkSink. |
Actually, we could realize sink support like in #3 using |
Currently the Runner has no support for sinks, apart from the console one, which is just for testing and debugging. We have to create a wrapper for the Dataflow sinks and the Flink ones.
The text was updated successfully, but these errors were encountered: