This is an automated email from the ASF dual-hosted git repository.
spetz pushed a change to branch vsr_ts_sdk
in repository https://gitbox.apache.org/repos/asf/iggy.git
from ea6e80705 Merge branch 'master' into vsr_ts_sdk
add 3711d060d fix(ci): example-runner silently skips Python/Go examples
when exclude starts with a dash (#3770)
add f0eb0950d fix(server-ng): make partition reconvergence safe for
in-flight sends (#3761)
add 888801c63 Merge branch 'master' into vsr_ts_sdk
No new revisions were added by this update.
Summary of changes:
core/consensus/src/plane_helpers.rs | 42 +++
.../integration/tests/connectors/http/http_sink.rs | 72 +++--
core/integration/tests/server/http_vsr.rs | 11 +
core/integration/tests/server/message_retrieval.rs | 51 ++--
.../server/scenarios/message_cleanup_scenario.rs | 8 +-
.../server/scenarios/purge_delete_scenario.rs | 78 +++--
core/metadata/src/stm/stream.rs | 207 ++++++++++---
core/server-ng/src/dispatch.rs | 329 ++++++++++++++++++++-
core/server-ng/src/dispatch/authz.rs | 10 +-
core/server-ng/src/http.rs | 30 +-
core/server-ng/src/partition_reconciler.rs | 192 +++++++++++-
core/shard/src/lib.rs | 228 +++++++++++---
core/shard/src/router.rs | 5 +
core/simulator/src/lib.rs | 38 +--
scripts/utils.sh | 2 +-
15 files changed, 1095 insertions(+), 208 deletions(-)