Making it Easier to Build Connectors with Apache Flink: Introducing the Async Sink
November 23, 2022Apache Flink is a popular open source framework for stateful computations over data streams. It allows you to formulate queries that are continuously evaluated in near real time against an incoming stream of events. To persist derived insights from these queries in downstream systems, Apache…