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 0cb1c153f fixes
add 6c3de1762 improve consumer offset options
No new revisions were added by this update.
Summary of changes:
core/common/src/error/iggy_error.rs | 2 +-
core/configs/src/server_config/defaults.rs | 1 +
core/configs/src/server_config/displays.rs | 3 +-
core/configs/src/server_config/partition.rs | 8 ++
core/partitions/src/consumer_offset_capacity.rs | 30 +++---
core/partitions/src/iggy_partition.rs | 136 +++++++++++++++++++-----
core/partitions/src/offset_storage.rs | 117 ++++++++------------
core/partitions/src/state_transfer.rs | 127 +++++++++++++++-------
core/partitions/src/types.rs | 5 +
core/server/config.toml | 11 ++
core/server/src/boot/recovery.rs | 1 +
core/server/src/dispatch/mod.rs | 1 +
core/server/src/dispatch/partition.rs | 118 +++++++++++++++++---
core/server/src/dispatch/session_ops.rs | 1 +
core/server/src/dispatch/test_support.rs | 1 +
core/server/src/offset_recovery.rs | 9 +-
core/server/src/partition_helpers.rs | 13 +--
core/server/src/partition_reconciler.rs | 1 +
core/shard/src/lib.rs | 2 +-
core/simulator/src/replica.rs | 1 +
foreign/go/errors/errors.yaml | 2 +-
foreign/go/errors/errors_gen.go | 2 +-
foreign/go/errors/errors_test.go | 2 +-
foreign/node/src/wire/error.code.test.ts | 2 +-
foreign/node/src/wire/error.code.ts | 2 +-
25 files changed, 411 insertions(+), 187 deletions(-)