2024年2月6日发(作者:)
message formatter. Default
properties include:
amp=true|false
=true|false
=true|false
tor=
tor=
alizer=
alizer= deserializer> Users can also pass in customized properties for their formatter; more specifically, users can pass in properties keyed with 'key. deserializer.' and 'value. deserializer.' prefixes to configure their deserializers. --skip-message-on-error If there is an error when processing a message, skip it instead of halt. --timeout-ms available for consumption for the specified interval. --topic --value-deserializer deserializer for values> --whitelist whitelist of topics to include for consumption. 查看消费数据后的偏移量 kafka-run-class(1)查看每个Partition的最新偏移量kafka-run-class setShell --broker-list hadoop:9092 --topic yourTopic --time -1 (2)查看每个Partition的最早的偏移量kafka-run-class setShell --broker-list hadoop:9092 --topic yourTopic --time -2 (3)查看consumer组内消费的offsetkafka-run-class erOffsetChecker --zookeeper hadoop:2181 --topic yourTopic获取topic消费组的偏移量kafka-consumer-offset-checker --zookeeper=localhost:2181 --topic=mytopic --group=my_consumer_group
本文发布于:2024-02-06 21:52:46,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170722756962517.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |