【发布时间】:2020-01-12 15:35:35
【问题描述】:
不知道KSQL是否支持https://docs.confluent.io/current/streams/concepts.html#processing-guarantees
Exactly_once 语义?
【问题讨论】:
标签: apache-kafka apache-kafka-streams ksqldb
不知道KSQL是否支持https://docs.confluent.io/current/streams/concepts.html#processing-guarantees
Exactly_once 语义?
【问题讨论】:
标签: apache-kafka apache-kafka-streams ksqldb
KSQL 在 Kafka Streams API 上实现,这意味着它提供 一次交付保证,线性可扩展性,容错性 并且可以作为库运行而无需单独的集群。
在 Confluent 的KSQL: Streaming SQL Engine for Apache Kafka 中有说明。见摘要的最后一句话。
【讨论】: