Skip to content

Commit

Permalink
Add debugging docs to README (thrift-tools) (#437)
Browse files Browse the repository at this point in the history
Closes #435
  • Loading branch information
dnlserrano authored and jparise committed Oct 30, 2018
1 parent 85a7caa commit dfbc5d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -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?
Expand Down

0 comments on commit dfbc5d7

Please sign in to comment.