tree: 468104aca64c361f20608c12f8fa3f099844eebc
  1. include/
  2. src/
  3. tests/
  4. .bazelignore
  5. .bazelrc
  6. .bazelversion
  7. .clang-format
  8. .gitignore
  9. BUILD.bazel
  10. build.rs
  11. Cargo.toml
  12. MODULE.bazel
  13. MODULE.bazel.lock
  14. README.md
foreign/cpp/README.md

Iggy C++ Client

C++ client for Apache Iggy message streaming.

Currently, the bazel build system relies on the system-provided cargo toolchain, so concurrent runs can race and lead to data corruption if executed remotely

Build commands

// Build binary
bazel build //:iggy-cpp

// Unit tests
bazel test //:unit

// Low level integration tests (requires running server)
bazel test //:e2e