Closed nikos closed 7 years ago
Any hint would be fantastic to see how PgStream#insertStreamToTable can be used as sink from a Java perspective? Thanks, Niko
Almost one year late, but insertStreamToTable is a Flow so you would need to combine it (to) with a sink (Ex: Sink.ignore) to obtain a Sink.
insertStreamToTable
Flow
to
Sink.ignore
Sink
Any hint would be fantastic to see how PgStream#insertStreamToTable can be used as sink from a Java perspective? Thanks, Niko