https://github.com/xuwujing/kafka-study
关于kafka的一些相关使用示例代码。
https://github.com/xuwujing/kafka-study
kafka storm
Last synced: 3 months ago
JSON representation
关于kafka的一些相关使用示例代码。
- Host: GitHub
- URL: https://github.com/xuwujing/kafka-study
- Owner: xuwujing
- Created: 2018-01-26T01:23:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T22:49:27.000Z (over 3 years ago)
- Last Synced: 2025-04-02T06:02:58.372Z (about 1 year ago)
- Topics: kafka, storm
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 111
- Watchers: 10
- Forks: 84
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## kafka 的项目工程
- [kafka-example](https://github.com/xuwujing/kafka/tree/master/kafka-example) :kafka 的 HelloWord 工程。producer和consumer的相关代码示例。
- [kafka-consumerExample](https://github.com/xuwujing/kafka/tree/master/kafka-consumerExample):kafka consumer 手动提交测试代码示例。
- [kafka-storm](https://github.com/xuwujing/kafka/tree/master/kafka-storm):kafka整合 storm的工程示例。
## kafka 的相关文章
- [kafka demo](http://blog.csdn.net/qazwsxpcm/article/details/79186668)
- [kafka consumer](http://blog.csdn.net/qazwsxpcm/article/details/79293200)
- [kafka storm](http://www.panchengming.com/2018/05/10/pancm83/)