-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
Kind: Refactor 🔃Level: Intermediate (3)Target: Developer environmentDeveloper environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Target: ServiceIssues related to the Thrift service.Issues related to the Thrift service.
Description
Thrift should be updated to 0.16 (currently 0.13 is used), so we match the version available in the official Ubuntu repositories for 22.04 Jammy.
According to the CHANGELOG, multiple breaking changes occurred between Thrift 0.13 and 0.16.
- I have made an initial attempt for migration and an undocumented issue is that starting from Thrift 0.14, various C++ files (like
*_constants.cpp,*_constants.h,*_types.cpp) are not generated, if they would be practically empty. This results in compilation failure and the CMake build system should be configured accordingly. - Even after resolving this, there are API changes which should be refactored.
Metadata
Metadata
Assignees
Labels
Kind: Refactor 🔃Level: Intermediate (3)Target: Developer environmentDeveloper environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Target: ServiceIssues related to the Thrift service.Issues related to the Thrift service.