slbotbm opened a new issue, #2762: URL: https://github.com/apache/iggy/issues/2762
### Description The building and testing infrastrure for C++ SDK needs to be laid down before the actual development. ### Component None ### Proposed solution - Create the required scripts for building and testing in CI. - For cpp side, include `CompressionAlgorithm`, `Expiry`, `MaxTopicSize`, and `PollingStrategyclasses` and test them. - Implement Bazel and CMake build systems. Bazel commands: ```bash bazel build //:iggy-cpp bazel test //:iggy-cpp ``` CMake commands: ```bash make iggy-cpp make test ``` ### Alternatives considered _No response_ -- 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]
