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

hubcio pushed a change to branch partitions-async-ub
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 8481fc6dd Merge branch 'master' into partitions-async-ub
    omit 4bddcb321 fix(partitions): stop holding partition refs across .await
     add 73251f3ab chore(deps): Bump the java group across 3 directories with 2 
updates (#3555)
     add d5461a1d7 chore(deps): Bump the github-actions group with 3 updates 
(#3556)
     add b2940dbb0 chore(deps): bump python/cpp FFI SDK deps to latest (#3552)
     add 9ba4dbf12 feat(cpp): add functions  related to consumer groups and 
topics (#3506)
     add 6064f971b fix(partitions): stop holding partition refs across .await

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8481fc6dd)
            \
             N -- N -- N   refs/heads/partitions-async-ub (6064f971b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/_build_python_wheels.yml         |   8 +-
 .github/workflows/_build_rust_artifacts.yml        |   6 +-
 .github/workflows/_common.yml                      |  30 +-
 .github/workflows/_detect.yml                      |   2 +-
 .github/workflows/_publish_rust_crates.yml         |   2 +-
 .github/workflows/_test.yml                        |   2 +-
 .github/workflows/_test_bdd.yml                    |   2 +-
 .github/workflows/_test_examples.yml               |   4 +-
 .github/workflows/coverage-baseline.yml            |  20 +-
 .github/workflows/edge-release.yml                 |   2 +-
 .github/workflows/post-merge.yml                   |   4 +-
 .github/workflows/publish.yml                      |  16 +-
 bdd/java/build.gradle.kts                          |   2 +-
 core/partitions/src/iggy_partition.rs              | 572 +-------------
 core/partitions/src/iggy_partitions.rs             |  21 +-
 core/partitions/src/journal.rs                     | 112 ++-
 core/partitions/src/lib.rs                         |   4 +-
 core/partitions/src/poll_plan.rs                   | 564 ++++++++++++++
 core/server-ng/src/dispatch.rs                     |  45 +-
 core/shard/src/lib.rs                              | 167 ++--
 core/shard/src/router.rs                           |   8 +-
 examples/java/build.gradle.kts                     |   2 +-
 foreign/cpp/Cargo.toml                             |   2 +-
 foreign/cpp/src/client.rs                          | 180 ++++-
 foreign/cpp/src/consumer_group.rs                  |  14 +-
 foreign/cpp/src/lib.rs                             |  56 +-
 foreign/cpp/src/topic.rs                           |  39 +-
 foreign/cpp/tests/client/low_level_e2e.cpp         |   2 -
 foreign/cpp/tests/consumer_group/low_level_e2e.cpp | 282 +++++++
 foreign/cpp/tests/stream/low_level_e2e.cpp         |   2 -
 foreign/cpp/tests/topic/low_level_e2e.cpp          | 839 ++++++++++++++++++++-
 foreign/java/gradle/libs.versions.toml             |   4 +-
 foreign/python/Cargo.toml                          |   8 +-
 33 files changed, 2194 insertions(+), 829 deletions(-)
 create mode 100644 core/partitions/src/poll_plan.rs

Reply via email to