I can't seem to find the org.apache.flink.connector.file.sink.FileSink class.
I can find the StreamingFileSink, but not FileSink referenced here: https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/connectors/file_sink.html Am I missing a dependency? compile group: 'org.apache.flink', name: 'flink-streaming-java_2.12', version: '1.12.0' compile group: 'org.apache.flink', name: 'flink-jdbc_2.12', version: '1.10.2' This is related to my issue with StreamingFileSink that I asked earlier. Thanks. -- Wayne D. Young aka Billy Bob Bain billybobb...@gmail.com