ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### /KafkaOffsetMonitor 下载地址:[github](https://github.com/quantifind/KafkaOffsetMonitor/releases) 启动:[github](https://github.com/quantifind/KafkaOffsetMonitor) ```shell java -cp KafkaOffsetMonitor-assembly-0.2.1.jar \ com.quantifind.kafka.offsetapp.OffsetGetterWeb \ --offsetStorage kafka --zk zk-server1,zk-server2 \ --port 8080 \ --refresh 10.seconds \ --retain 2.days ``` 以上不好用 ### Kafka Eagle [Kafka Eagle 安装与使用](https://blog.csdn.net/lhmood/article/details/79290974) - 下载 - 配置环境变量 - 修改配置文件 - 启动 [https://ke.smartloli.org/](https://ke.smartloli.org/) ### 增加partition数 ```shell ./kafka-topics.sh --alter --topic topic1 --zookeeper zkip:2181/kafka --partitions 6 ``` https://blog.csdn.net/tjcwt2011/article/details/79427082 http://docs.python-requests.org/zh_CN/latest/user/quickstart.html