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 4cae04709 Merge branch 'master' into offset_hardening
add ef826f18f fixes
No new revisions were added by this update.
Summary of changes:
bdd/go/tests/tcp_test/offset_feature_delete.go | 15 ++
core/common/src/error/iggy_error.rs | 2 +-
core/partitions/src/consumer_offset_capacity.rs | 109 ++++++++-
core/partitions/src/iggy_partition.rs | 290 +++++++++++++++++++++---
core/partitions/src/poll_plan.rs | 9 +-
core/partitions/src/state_transfer.rs | 52 ++++-
core/sdk/src/clients/consumer.rs | 4 +-
core/server/config.toml | 7 +
core/server/src/offset_recovery.rs | 48 +++-
core/server/src/partition_helpers.rs | 37 ++-
core/server/src/partition_reconciler.rs | 108 +++++++--
foreign/go/errors/errors.yaml | 2 +-
foreign/go/errors/errors_gen.go | 6 +-
foreign/go/errors/errors_test.go | 2 +-
foreign/node/src/wire/error.code.test.ts | 2 +-
foreign/node/src/wire/error.code.ts | 2 +-
16 files changed, 592 insertions(+), 103 deletions(-)