Hacker News new | ask | show | jobs
by blakesmith 4332 days ago
We use thrift for a lot of internal service calls - this seems like it would be a great little library to capture and debug production thrift calls.

Would I just need to implement my own PDU class that implements the protocol?

Thanks! This looks great!

1 comments

Yes, there's a small tutorial section on how to implement new protocols:

http://libtins.github.io/tutorial/new_protocols/