This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch state_transfer_metadata_clients_table
in repository https://gitbox.apache.org/repos/asf/iggy.git
from cd378c4de test(integration): drop stale vsr HTTP exclusions
add 465d922d3 redesign protocol
No new revisions were added by this update.
Summary of changes:
core/binary_protocol/src/consensus/header.rs | 75 +++---
core/binary_protocol/src/consensus/mod.rs | 4 +-
core/binary_protocol/src/lib.rs | 5 +-
core/consensus/src/lib.rs | 5 +
core/consensus/src/state_manifest.rs | 341 ++++++++++++++++++++++++++
core/metadata/src/impls/metadata.rs | 31 ++-
core/shard/src/lib.rs | 345 ++++++++++++++++-----------
7 files changed, 607 insertions(+), 199 deletions(-)
create mode 100644 core/consensus/src/state_manifest.rs