slbotbm opened a new issue, #2763: URL: https://github.com/apache/iggy/issues/2763
### Description For C++ to utilize the Rust side code, bindings need to be created. ### Component None ### Proposed solution cxx will be used to create these bindings. There will only be one opaque type (`IggyClient`), which will be used to interact with the Rust code. Transparent types will include `PolledMessages`, `Message`, `ServerDetails`, `TopicDetails`, `Identifier`. Integration tests will be written for the low level client created by these bindings. ### 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]
