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

hgruszecki pushed a change to branch fix-e2e-latency-calc
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 0d600609b fix(bench): add configurable read_amplification and fix E2E 
latency
     add 4731079d4 chore(docs): update Java SDK info (#2471)
     add 54a67f837 feat(cluster): Add `on_replicate` and related machinery 
(#2469)
     add 64d4e8ccf feat(ci): add ARM64 builds and connector plugins to edge 
release (#2472)
     add 1b472f377 fix(ci): detect architecture for sccache and nextest 
installation (#2475)
     add ed4415458 feat(metadata): impl base mux_state_machine (#2474)
     add 91d9992c2 Merge branch 'master' into fix-e2e-latency-calc

No new revisions were added by this update.

Summary of changes:
 .../actions/utils/setup-rust-with-cache/action.yml |  42 +++--
 ...rust_binaries.yml => _build_rust_artifacts.yml} | 177 +++++++++++++++------
 .github/workflows/_test_bdd.yml                    |   8 +
 .github/workflows/post-merge.yml                   |  57 ++++---
 README.md                                          |   2 +-
 core/consensus/src/impls.rs                        |  30 ++++
 core/consensus/src/lib.rs                          |   1 +
 core/journal/src/lib.rs                            |   8 +
 core/metadata/src/impls/metadata.rs                | 124 ++++++++++++++-
 .../src/stm/consumer_group.rs}                     |  14 +-
 core/metadata/src/stm/mod.rs                       |  21 ++-
 core/metadata/src/stm/mux.rs                       |  84 +++++++++-
 core/metadata/src/stm/stream.rs                    |  12 ++
 .../auto_login.rs => metadata/src/stm/user.rs}     |  14 +-
 foreign/java/README.md                             |  40 ++++-
 15 files changed, 529 insertions(+), 105 deletions(-)
 rename .github/workflows/{_build_rust_binaries.yml => 
_build_rust_artifacts.yml} (52%)
 copy core/{common/src/types/configuration/auth_config/auto_login.rs => 
metadata/src/stm/consumer_group.rs} (81%)
 copy core/{common/src/types/configuration/auth_config/auto_login.rs => 
metadata/src/stm/user.rs} (83%)

Reply via email to