Python client for Apache Kafka. Contribute to dpkp/kafka-python development by creating an account on GitHub.
Installing kafka-python from the conda-forge channel can be achieved by adding conda-forge to your channels with:conda config --add channels conda-forge conda config --set channel_priority strict Once the conda-forge channel has been enabled, kafka-python can be installed with conda:conda ...
地址:https://github.com/airtai/fastkafka 24、networkx:强大的 Python 网络分析库。这是一个用来创建、操作和研究复杂网络结构的 Python 库,内置常用的数据结构和图算法,支持生成无向图(Graph)、有向图(DiGraph)、多重无向图(MultiGraph)、多重有向图(MultiDiGraph),可用于图论研究、原型设计、教学等场景。 代...
star:10K 介绍:作为服务端项目基础组件,cat提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。 作为新手,GitHub和视频搭配学习...
文章被收录于专栏:机器学习算法与Python学习 开源最前线(ID:OpenSourceTop)编译 项目地址:https://github.com/soimort/you-get 今天,推荐一款下载神器,秒杀市面上你知道的所有下载工具,它就是——you-get。 目前,you-get已经在Github上标星36970,累计分支7484。(Github地址:https://github.com/soimort/you-get) ...
dpkp/kafka-pythonPublic NotificationsYou must be signed in to change notification settings Fork1.4k Star5.7k LabelsMilestones New pull request 19 Open1,020 Closed Author Label Projects Milestones Reviews Assignee Sort 👍👎😄🎉😕 ️🚀👀 ...
Python client for the Apache Kafka distributed stream processing system. kafka-python is designed to function much like the official java client, with a sprinkling of pythonic interfaces (e.g., consumer iterators).kafka-python is best used with newer brokers (0.9+), but is backwards-compatible ...
Confluent's Python Client for Apache KafkaTM confluent-kafka-python provides a high-level Producer, Consumer and AdminClient compatible with all Apache KafkaTM brokers >= v0.8, Confluent Cloud and Confluent Platform. The client is: Reliable - It's a wrapper around librdkafka (provided automaticall...
Refactored DNS lookups during kafka broker connections SASL authentication is working (we think) Removed several circular references to improve gc on close() Thanks to all contributors -- the state of the kafka-python community is strong!
kafka-python is designed to function much like the official java client, with a sprinkling of pythonic interfaces (e.g., consumer iterators). kafka-python is best used with newer brokers (0.9+), but is backwards-compatible with older versions (to 0.8.0). Some features will only be enabled...