简体   繁体   中英

Does KSQL support Kafka stream Processing Guarantees?

I wonder if KSQL support https://docs.confluent.io/current/streams/concepts.html#processing-guarantees

Exactly_once semantic ?

KSQL is implemented on Kafka Streams API which means it provides exactly once delivery guarantee , linear scalability, fault tolerance and can run as a library without requiring a separate cluster.

It is stated in Confluent'sKSQL: Streaming SQL Engine for Apache Kafka . See last sentence of the abstract.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM