This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch server-config-refactor
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 7956dedf2 Merge branch 'master' into server-config-refactor
add f3fef3dda feat(shard): create `shard` crate and generic `IggyShard`
(#2811)
add 48cd77ae4 Merge branch 'master' into server-config-refactor
No new revisions were added by this update.
Summary of changes:
.github/workflows/_common.yml | 1 +
Cargo.lock | 13 +++
Cargo.toml | 1 +
DEPENDENCIES.md | 1 +
core/{simulator => shard}/Cargo.toml | 5 +-
core/shard/src/lib.rs | 152 +++++++++++++++++++++++++++++++++++
core/simulator/Cargo.toml | 1 +
core/simulator/src/deps.rs | 19 +----
core/simulator/src/lib.rs | 42 +++-------
core/simulator/src/replica.rs | 119 ++++++++++++---------------
10 files changed, 234 insertions(+), 120 deletions(-)
copy core/{simulator => shard}/Cargo.toml (90%)
create mode 100644 core/shard/src/lib.rs