This is an automated email from the ASF dual-hosted git repository.

spetz pushed a change to branch offset_hardening
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from afd204e80 fix tests
     add 0cb1c153f fixes

No new revisions were added by this update.

Summary of changes:
 core/binary_protocol/src/primitives/ack_level.rs |   3 +
 core/common/src/traits/consumer_offset_client.rs |   6 +
 core/partitions/src/consumer_offset_capacity.rs  |  47 +++-
 core/partitions/src/iggy_partition.rs            | 280 +++++++++++++++--------
 core/partitions/src/lib.rs                       |  11 -
 core/partitions/src/offset_storage.rs            |  92 +++++++-
 core/partitions/src/poll_plan.rs                 |   8 +-
 core/partitions/src/state_transfer.rs            | 180 +++++++++------
 core/sdk/src/leader_aware.rs                     |  18 ++
 core/sdk/src/quic/quic_client.rs                 |  11 +-
 core/sdk/src/tcp/tcp_client.rs                   |  23 +-
 core/sdk/src/websocket/websocket_client.rs       |  11 +-
 core/server/src/dispatch/partition.rs            |  54 +++++
 core/server/src/offset_recovery.rs               | 214 ++++++-----------
 core/server/src/partition_helpers.rs             |  40 ++--
 core/server/src/responses.rs                     |  21 +-
 core/shard/src/lib.rs                            |  34 ++-
 17 files changed, 650 insertions(+), 403 deletions(-)

Reply via email to