简体   繁体   中英

Is confluent kafka provides streaming, grouping and aggregation in python?

融合kafka是否提供了用于python语言的流式传输,分组和聚合的API?

There's no such thing as "Confluent Kafka". Confluent Platform is a distribution of Apache Kafka®, along with other components such as the Schema Registry, KSQL, etc.


Apache Kafka includes the Kafka Streams API, which is only available for Java and Scala.

Options that you have for stream processing include:

  • Faust
  • KSQL (called via the REST API from Python)

Disclaimer: I work for Confluent.

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