而kafka-consumer-groups平时大多时间主要用来查看生产进度LOG-END-OFFSET、某消费者组消费进度CURRENT-OFFSET以及消费积压LAG。但是我们说,kafka-consumer-groups只有这些功能吗?那就too young too naïve。 1.命令的基本使用 我们可以通过命令行查看kafka-consumer-groups命令相关的信息,引入眼帘的功能描述就是“用来展示...
PS C:\Users\chenjing\kafka_2.12-3.3.1> .\bin\windows\kafka-consumer-groups.bat --bootstrap-server 192.168.31.253:9092 --reset-offsets --to-earliest --group CountryCounter --dry-run --all-topics GROUP TOPIC PARTITION NEW-OFFSET CountryCounter user_card 1 0 CountryCounter user_card 0 521...
PS C:\Users\chenjing\kafka_2.12-3.3.1> .\bin\windows\kafka-consumer-groups.bat --bootstrap-server 192.168.31.253:9092 --group CountryCounter --delete Deletion of requested consumer groups ('CountryCounter') was successful. --delete-offsets Delete offsets of consumer group. Supports one consum...
PSC:\Users\chenjing\kafka_2.12-3.3.1>.\bin\windows\kafka-consumer-groups.bat--bootstrap-server192.168.31.253:9092--groupCountryCounter--describeGROUPTOPICPARTITIONCURRENT-OFFSETLOG-END-OFFSETLAGCONSUMER-IDHOSTCLIENT-IDCountryCounteruser_card02142140chenjing_client-42cc37c6-695f-4c47-b844-764a3d2169...
kafka-consumer-groups 命令行工具使用手册 该手册原文出自$KAFKA_HOME\bin\windows\kafka-consumer-groups.bat --help命令的输出结果,并由Redisant提供翻译和测试用例。 --all-groups Apply to all consumer groups. 指定所有的消费者组。 和--describe,--delete,--reset-offsets,--delete-offsets配合使用 ...
kafka-consumer-groups 命令行工具使用手册 该手册原文出自 $KAFKA_HOME\bin\windows\kafka-consumer-groups.bat --help 命令的输出结果,并由 Redisant 提供翻译和测试用例。 --all-groups Apply to all consumer groups. ...
该手册原文出自$KAFKA_HOME\bin\windows\kafka-consumer-groups.bat --help命令的输出结果,并由Redisant提供翻译和测试用例。 --all-groups Apply to all consumer groups. 指定所有的消费者组。 和--describe,--delete,--reset-offsets,--delete-offsets配合使用 ...
kafka-consumer-groups命令 1. 基本功能 kafka-consumer-groups命令是Apache Kafka提供的一个命令行工具,用于管理和监控Kafka消费者组(Consumer Groups)。它可以帮助用户列出所有消费者组、查看特定消费者组的详细信息(如分区偏移量、消费延迟等)、删除消费者组以及重置消费者组的偏移量等。
(apiKey=OFFSET_FETCH, apiVersion=5, clientId=consumer-group1-1, correlationId=10, headerVersion=1) and timeout 30000 to node 2147483646: OffsetFetchRequestData(groupId='group1', topics=[OffsetFetchRequestTopic(name='kafka-k8s-test', partitionIndexes=[2, 0, 1])], groups=[], requireStable...
单击“Consumers”,进入消费组详情页面,可以查看当前集群内的所有ConsumerGroups,并可以查看各个ConsumerGroups Coordinator所在节点IP,在页面右上角,用户可以输入ConsumerGroup来搜索指定的ConsumerGroup信息。 在Consumer Summary一栏,可查看当前集群已存在的消费组,单击消费组名称,可查看该消费组所消费过的Topic,消费过的Topic...