Kafka-based job queue library ‘Decaton’ examples

1 · LINE · Dec. 8, 2020, 9:21 a.m.
Summary
Introduction: Decaton LINE recently released an in-house developed library, Decaton, as open source. Decaton is a Kafka-based asynchronous job queue library, and it is widely used throughout LINE. GitHub: line/decaton – High throughput asynchronous task processing on Apache Kafka In fact, Kafka offers Kafka Streams, its official library for processing streams. However, Kafka Streams did not ......