接上篇:[翻译]Flink 异步I / O访问外部数据 最近看了大佬的博客,突然想起Async I/O方式是Blink 推给社区的一大重要功能,可以使用异步的方式获取外部数据,想着自己实现以下,项目上用的时候,可以不用现去找了. 最开始想用scala 实现一个读取 hbase数据的demo,参照官网demo: /** * An implementation of the 'AsyncFunction' that sends requests and sets the callback. */ c