This is an automated email from the ASF dual-hosted git repository.
slbotbm pushed a change to branch cpp-coverage
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 924cef8ed fixes
add cfd3dff6a feat(cpp): add stream, topic, and partition functions to
high level client (#4022)
add deadede55 Merge branch 'master' into cpp-coverage
No new revisions were added by this update.
Summary of changes:
.../features/step_definitions/messaging_steps.cpp | 31 +-
foreign/cpp/include/iggy.hpp | 1810 +++++++++++++++++---
foreign/cpp/src/client.cpp | 192 ++-
foreign/cpp/src/client.rs | 157 +-
foreign/cpp/src/lib.rs | 58 +-
foreign/cpp/src/type_conversion.rs | 175 +-
foreign/cpp/src/type_conversions.cpp | 118 ++
foreign/cpp/tests/e2e/client.cpp | 86 +-
foreign/cpp/tests/e2e/consumer_group.cpp | 162 +-
foreign/cpp/tests/e2e/message.cpp | 156 +-
foreign/cpp/tests/e2e/partition.cpp | 438 +++--
foreign/cpp/tests/e2e/stream.cpp | 1039 +++++------
foreign/cpp/tests/e2e/test_helpers.hpp | 34 +-
foreign/cpp/tests/e2e/topic.cpp | 1795 ++++++++++---------
foreign/cpp/tests/unit/unit_tests.cpp | 358 +++-
15 files changed, 4135 insertions(+), 2474 deletions(-)
create mode 100644 foreign/cpp/src/type_conversions.cpp