KSQL是否支持Kafka流处理保证? [英] Does KSQL support Kafka stream Processing Guarantees?

查看:90
本文介绍了KSQL是否支持Kafka流处理保证?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道KSQL是否支持 https://docs.confluent. io/current/streams/concepts.html#processing-guarantees

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

Exactly_once语义?

Exactly_once semantic ?

推荐答案

KSQL 是在Kafka Streams API上实现的,这意味着它提供了 一次交货保证,线性可扩展性,容错能力 并且可以作为库运行,而无需单独的集群.

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.

这在Confluent的 KSQL:Apache Kafka的流SQL引擎 .参见摘要的最后一句话.

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

这篇关于KSQL是否支持Kafka流处理保证?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆