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

mmodzelewski pushed a change to branch advertised_ip
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 96a90b4f4 fix typo
     add 40d1e356e fix(server-ng): legacy-parity consumer group errors, roster 
HTTP bind (#3754)
     new 0584cf881 Merge branch 'master' into advertised_ip

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/common/src/types/identifier/mod.rs            |  16 +-
 core/configs/src/server_ng_config/cluster.rs       |  15 +-
 core/configs/src/server_ng_config/validators.rs    |  80 +++---
 .../tests/sdk/consumer_group_membership.rs         | 102 ++++++++
 core/metadata/src/stm/consumer_group.rs            | 281 ++++++++++++++++++---
 core/metadata/src/stm/result.rs                    |  71 +++++-
 core/metadata/src/stm/snapshot.rs                  |   8 +-
 core/metadata/src/stm/stream.rs                    |  34 ++-
 core/sdk/src/clients/consumer.rs                   |   7 +-
 core/server-ng/config.toml                         |  15 +-
 core/server-ng/src/bootstrap.rs                    | 203 +++++++++++----
 core/server-ng/src/partition_reconciler.rs         |  24 +-
 core/server-ng/src/server_error.rs                 |  10 +-
 .../src/workload/ops/delete_consumer_group.rs      |  34 ++-
 14 files changed, 737 insertions(+), 163 deletions(-)

Reply via email to