This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch replica_bootstrap
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 991523b42 works
add fbf3885f6 chore(deps): bump workspace deps + migrate ctor 1.0 (#3214)
add 78f447e68 feat(shard): add v2 consumer-offset commands with AckLevel
(#3151)
add 7437014f4 Merge branch 'master' into replica_bootstrap
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 121 +++++++----
Cargo.toml | 25 +--
DEPENDENCIES.md | 28 +--
core/binary_protocol/src/codes.rs | 4 +
core/binary_protocol/src/consensus/operation.rs | 11 +-
core/binary_protocol/src/dispatch.rs | 88 ++++----
core/binary_protocol/src/lib.rs | 1 +
core/binary_protocol/src/primitives/ack_level.rs | 108 ++++++++++
core/binary_protocol/src/primitives/mod.rs | 1 +
...sumer_offset.rs => delete_consumer_offset_2.rs} | 76 ++++---
.../src/requests/consumer_offsets/mod.rs | 4 +
...nsumer_offset.rs => store_consumer_offset_2.rs} | 71 +++++--
.../consumer_offsets/delete_consumer_offset_2.rs} | 5 +-
.../src/responses/consumer_offsets/mod.rs | 4 +
.../consumer_offsets/store_consumer_offset_2.rs} | 5 +-
core/consensus/src/client_table.rs | 2 +-
core/consensus/src/observability.rs | 2 +
core/consensus/src/plane_helpers.rs | 58 +++++-
core/integration/Cargo.toml | 1 +
core/integration/tests/mod.rs | 7 +-
.../server/scenarios/authentication_scenario.rs | 10 +
core/partitions/src/iggy_partition.rs | 231 +++++++++++++++++----
core/simulator/src/client.rs | 37 +++-
23 files changed, 700 insertions(+), 200 deletions(-)
create mode 100644 core/binary_protocol/src/primitives/ack_level.rs
copy
core/binary_protocol/src/requests/consumer_offsets/{delete_consumer_offset.rs
=> delete_consumer_offset_2.rs} (69%)
copy
core/binary_protocol/src/requests/consumer_offsets/{store_consumer_offset.rs =>
store_consumer_offset_2.rs} (70%)
copy core/{bench/dashboard/frontend/src/hooks/mod.rs =>
binary_protocol/src/responses/consumer_offsets/delete_consumer_offset_2.rs}
(87%)
copy core/{bench/dashboard/frontend/src/hooks/mod.rs =>
binary_protocol/src/responses/consumer_offsets/store_consumer_offset_2.rs} (88%)