Does KSQL support Kafka stream Processing Guarantees?

别说谁变了你拦得住时间么 提交于 2019-12-11 11:01:48

问题


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

Exactly_once semantic ?


回答1:


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's KSQL: Streaming SQL Engine for Apache Kafka. See last sentence of the abstract.



来源:https://stackoverflow.com/questions/57878221/does-ksql-support-kafka-stream-processing-guarantees

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!