MIT license egg-kafka-node English 简体中文 This plug-in is a package of [kafka-node] (https://github.com/SOHU-Co/kafka-node). It is an egg-style plug-in for easy use in the environment of egg.js. It also provides a detailed configuration of methods for sending Kafka messages. Refer...
Node.js client for Apache Kafka 0.8. Contribute to crzidea/kafka-node development by creating an account on GitHub.
douzixiansheng/MQgithub.com/douzixiansheng/MQ/blob/master/kafka_linux_install.md 2. 安装依赖 kafka-node 模块,编写package.json { "name": "kafka", "private": false, "dependencies": { "kafka-node": "4.1.3" }, "devDependencies": { "mocha": ">=0.0.1" } } 3. 编写生产者与消费...
node 使用kafka 项目的github地址:https:///wangweianger/zanePerfor 项目开发文档说明:https:///performance/index.html Kafka是由Apache软件基金会开发的一个开源流处理平台,由Scala和Java编写。 Kafka是一种高吞吐量的分布式发布订阅消息系统,它可以处理消费者规模的网站中的所有动作流数据。 这种动作(网页浏览,搜索...
tulios/kafkajsgithub.com/tulios/kafkajs 技术点: kafkajs nodejs typescript 已搭建好的 kafka 服务 使用步骤: 生产者 import{Kafka}from'kafkajs';asyncfunctionmain(){// clientId 可选参数,传不传都可以constkafka=newKafka({clientId:'my-app',brokers:['host:9092']})constproducer=kafka.producer...
npm ijs-node-kafka Repository github.com/pkg-wizard/js-node-kafka Homepage github.com/pkg-wizard/js-node-kafka Weekly Downloads 0 Version 1.0.0 License MIT Unpacked Size 41.8 kB Total Files 22 Last publish a month ago Collaborators Tryon RunKit ...
https://github.com/yuchenzhen/node-kafka-demo https://blog.csdn.net/tototuzuoquan/article/details/73441373 https://zhuanlan.zhihu.com/p/58836260 https://juejin.im/post/5b59c6055188257bcc16738c https://lotabout.me/2018/kafka-introduction/ ...
This is a stub types definition for kafka-node (https://github.com/SOHU-Co/kafka-node/). kafka-node provides its own type definitions, so you don't need @types/kafka-node installed! Readme Keywords none npm i@types/kafka-node
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。原始仓库: https://github.com/SOHU-Co/kafka-node 克隆/下载 kafka-node / README.md README.md 35.65 KB 一键复制 编辑 原始数据 按行查看 历史 Xiaoxin Lu 提交于 6年前 . Update docs (#1244) Kafka-node Table of Contents Features Install...
partition,offset: message.offset,value: message.value.toString(), }) }, }) }run().catch(console.error) 最后执行命令 node demo.js 参考: https://zhuanlan.zhihu.com/p/101162159 https://blog.csdn.net/weixin_28829325/article/details/113414177 https://github.com/tulios/kafkajs...