Pinpoint: Is PinPoint only use Thrift to compress the data ?

Created on 22 Mar 2016  路  2Comments  路  Source: pinpoint-apm/pinpoint

There is a doubt that how does Pinpoint use the Thrift ? I have read Command.thrift , Pinpoint.thrift and shared.thrift in the project , but I didn't find any 'service' in the script . I can't find the TSocket be used in the project except of the Plugins .
Is that means PinPoint does not use the Thrift to implement RPC ? Is Pinpoint only use the Thrift's CompactProtocol to compress the data ?
Thanks for Pinpoint Team

question

Most helpful comment

Hi Eilikce,
you're absolutely correct. We only use Thrift internally for data compression. We wrap this with custom header before sending off to the collector. The collector mirrors this by using Thrift for the final decompression of the received data.

All 2 comments

Hi Eilikce,
you're absolutely correct. We only use Thrift internally for data compression. We wrap this with custom header before sending off to the collector. The collector mirrors this by using Thrift for the final decompression of the received data.

@Xylus
Thanks a lot .I'm just waiting the answer online .

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vedantgoenka picture vedantgoenka  路  6Comments

ing-arriola picture ing-arriola  路  5Comments

zilingliyu picture zilingliyu  路  4Comments

harissutanrafiq picture harissutanrafiq  路  5Comments

08s011003 picture 08s011003  路  3Comments