mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-06 02:05:16 +00:00
parent
85a7caa88c
commit
dfbc5d7304
11
README.md
11
README.md
@ -177,6 +177,17 @@ Thrift.Parser.parse("enum Colors { RED, GREEN, BLUE }")
|
||||
|
||||
[idl]: https://thrift.apache.org/docs/idl
|
||||
|
||||
## Debugging
|
||||
|
||||
In order to debug your Thrift RPC calls, we recommend you use [`thrift-tools`](https://github.com/pinterest/thrift-tools). It is a set of tools to introspect Apache Thrift traffic.
|
||||
|
||||
Try something like:
|
||||
|
||||
```
|
||||
$ pip install thrift-tools
|
||||
$ sudo thrift-tool --iface eth0 --port 9090 dump --show-all --pretty
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
### Why is it faster than the Apache implementation?
|
||||
|
Loading…
Reference in New Issue
Block a user