This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch partition_remaster
in repository https://gitbox.apache.org/repos/asf/iggy.git
from a102da5e6 merge master
add c07cd139f fix build and clippy
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 5 +
core/binary_protocol/Cargo.toml | 2 +
core/binary_protocol/src/consensus/message.rs | 660 ++++++++++++++------------
core/binary_protocol/src/consensus/mod.rs | 7 +-
core/binary_protocol/src/lib.rs | 8 +-
core/common/Cargo.toml | 2 +
core/common/src/types/consensus/message.rs | 493 -------------------
core/common/src/types/send_messages2.rs | 10 +-
core/consensus/src/namespaced_pipeline.rs | 11 +-
core/consensus/src/plane_helpers.rs | 5 +-
core/metadata/src/stm/mod.rs | 4 +-
core/partitions/Cargo.toml | 1 +
core/partitions/src/iggy_partition.rs | 2 -
core/partitions/src/iggy_partitions.rs | 4 -
core/partitions/src/journal.rs | 6 +-
core/partitions/src/lib.rs | 3 +-
core/simulator/src/deps.rs | 3 +-
core/simulator/src/lib.rs | 3 +-
18 files changed, 396 insertions(+), 833 deletions(-)
delete mode 100644 core/common/src/types/consensus/message.rs