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

krishvishal pushed a change to branch kafka-record-codec
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit c33ca554e Merge branch 'master' into kafka-record-codec
    omit e7cc98209 fix: address review comments
    omit 43a9b760e feat(gateways): map Kafka records to Iggy messages and back
     add 41c6956bb fix(ci): retry flaky downloads and stop dry runs promising 
new tags (#4216)
     add d1cb5aee7 fix(configs): check server env vars once and refuse boot 
only in debug (#4200)
     add 881785a99 feat(gateways): map Kafka records to Iggy messages and back
     add 5b95426fc fix: address review comments
     add 74cafa9c1 fix: address review comments round 2

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   (c33ca554e)
            \
             N -- N -- N   refs/heads/kafka-record-codec (74cafa9c1)

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:
 .../actions/csharp-dotnet/post-merge/action.yml    |   2 +-
 .github/actions/java-gradle/post-merge/action.yml  |   2 +-
 .../actions/python-maturin/pre-merge/action.yml    |   4 +-
 .github/actions/rust/pre-merge/action.yml          |   2 +-
 .../actions/utils/setup-node-with-cache/action.yml |   2 +-
 .../actions/utils/setup-rust-with-cache/action.yml |  17 +-
 .../utils/validate-third-party-licenses/action.yml |  10 +-
 .github/workflows/_build_python_wheels.yml         |  46 +-
 .github/workflows/_build_rust_artifacts.yml        |   4 +-
 .github/workflows/_common.yml                      |   9 +-
 .github/workflows/_detect.yml                      |   2 +-
 .github/workflows/_publish_rust_crates.yml         |   2 +-
 .github/workflows/coverage-baseline.yml            |   4 +-
 .github/workflows/post-merge.yml                   |   2 +-
 .github/workflows/pre-merge.yml                    |  54 +-
 .github/workflows/publish.yml                      | 127 +--
 Cargo.lock                                         |   5 +
 Cargo.toml                                         |   5 +
 core/configs/src/configs_impl/file_provider.rs     | 101 ++-
 .../configs/src/configs_impl/typed_env_provider.rs | 100 ++-
 core/configs/src/server_config/server.rs           |  36 +-
 gateways/kafka/Cargo.toml                          |   9 +
 gateways/kafka/docs/BRIDGE_MAPPING.md              | 127 ++-
 gateways/kafka/src/bridge/config.rs                |   4 +-
 gateways/kafka/src/main.rs                         |  10 +-
 gateways/kafka/src/records.rs                      | 912 +++++++++++++++++----
 scripts/prepare-release.sh                         |   1 +
 27 files changed, 1220 insertions(+), 379 deletions(-)

Reply via email to