【kafka-consumer-groups 命令行工具使用手册】可以为某些用例设置的超时 。例如 , 在显示消费者组的详情时 , 可以使用它来指定在组稳定之前等待的最长时间(以毫秒为单位)(当组刚刚创建或正在经历一些更改时),默认值:5000
--topic
The topic whose consumer group information should be deleted or topic whose should be included in the reset offset process. In配合其他命令指定主题名reset-offsets
case, partitions can be specified using this format:topic1:0,1,2
, where 0,1,2 are the partition to be included in the process. Reset-offsets also supports multiple topic inputs.
--verbose
Provide additional information, if any, when describing the group. This option may be used with '--offsets'/'--members'/'--state' and '--bootstrap-server' options only.
Example: --bootstrap-server localhost:9092 --describe --group group1 --members --verbose在描述组时提供其他信息(如果有的话) 。此选项只能与
--offsets
--members
--state
--bootstrap-server
选项一起使用 。--version
Display Kafka version.打印Kafka版本号
推荐阅读
- JavaScript常用工具函数
- 2 onps栈使用说明——ping、域名解析等网络工具测试
- 安卓手机怎么截屏和截图(手机最强的截图工具)
- JVM调优工具使用手册
- 要写文档了,emmm,先写个文档工具吧——DocMarkdown
- chrome工具调试
- 怎么破解DLL文件(dll文件反编译工具)
- 重新整理 .net core 实践篇 ———— linux上排查问题实用工具 [外篇]
- TensorFlow?PyTorch?Paddle?AI工具库生态之争:ONNX将一统天下
- mlflow详细安装部署