thrift-tools icon indicating copy to clipboard operation
thrift-tools copied to clipboard

thrift-tools is a library and a set of tools to introspect Apache Thrift traffic.

Results 4 thrift-tools issues
Sort by recently updated
recently updated
newest added

Hello, author Whether thrift tools can generate the IDL file corresponding to thrift through the listening process only needs to ensure that the type and order are correct, and the...

thrift-tool --port 9090 --pcap-file ~/share.pcap dump --show-all --pretty Traceback (most recent call last): File "/Users/hq/Library/Python/3.8/bin/thrift-tool", line 11, in from thrift_tools.tool import main File "/Users/hq/Library/Python/3.8/lib/python/site-packages/thrift_tools/tool.py", line 13, in from .message_sniffer import...

or any plans to support that?

question