BewareMyPower commented on issue #367:
URL: 
https://github.com/apache/pulsar-client-cpp/issues/367#issuecomment-1850432054

   Another reason to replace Boost.Asio with Asio is, to keep the backward 
compatibility, Boost.Asio could bring many unnecessary dependencies with 
installing with Vcpkg, which increases the build time significantly. See
   
   - 
https://github.com/microsoft/vcpkg/blob/000d1bda1ffa95a73e0b40334fa4103d6f4d3d48/ports/asio/vcpkg.json#L8
   - 
https://github.com/microsoft/vcpkg/blob/000d1bda1ffa95a73e0b40334fa4103d6f4d3d48/ports/boost-asio/vcpkg.json#L8
   
   My current idea:
   - [ ] Replace Boost.Asio with Asio
   - [ ] Retain only a small subset of Boost components if necessary (e.g. 
`boost-property-tree` for JSON operations)


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to