发布于 2022-11-03 22:37:27
任何简单的基于终端的工具都允许
只有那些与汇合模式注册表集成(这也是那些链接工具所使用的),例如kafka-protobuf-console-consumer已经是汇流平台的一部分。
关于kcat -参考https://github.com/edenhill/kcat/issues/72和链接问题
发布于 2022-11-09 21:43:47
我很幸运地接到了这个命令:
% kcat -C -t <topic> -b <kafkahost>:9092 -o -1 -e -q -D "" | protoc --decode=<full message class> path/to/my.proto --proto_path <proto_parent_folder>https://stackoverflow.com/questions/74300889
复制相似问题