adriancole opened a new pull request #2573: Uses okio/moshi natively in Elasticsearch everywhere URL: https://github.com/apache/incubator-zipkin/pull/2573 Before, we used a combination of our buffer and Okio's Buffer, and a combination of our json encoder and Moshi's. This changes all the code in Elasticsearch to use Okio buffers which reduces the amount of array allocations and allows us to do cheap content hashes in the future. The content hashes will be used to obviate duplicate document indexing, for example, when reporters backoff and retry with the same span. This will help simplify analysis.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
