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

maciej pushed a change to branch java-serde
in repository https://gitbox.apache.org/repos/asf/iggy.git


 discard 156191450 refactor(java): unify deserialization and serialization code 
for tcp clients
     add 1b472f377 fix(ci): detect architecture for sccache and nextest 
installation (#2475)
     add ed4415458 feat(metadata): impl base mux_state_machine (#2474)
     add 8476b6b80 refactor(java): unify deserialization and serialization code 
for tcp clients

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   (156191450)
            \
             N -- N -- N   refs/heads/java-serde (8476b6b80)

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/utils/setup-rust-with-cache/action.yml | 42 ++++++++---
 .../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 ++--
 6 files changed, 164 insertions(+), 23 deletions(-)
 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