This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch clients_table_v2
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 05124f1f7 addres review comments
add 40d1e356e fix(server-ng): legacy-parity consumer group errors, roster
HTTP bind (#3754)
add ab944b558 chore(deps): Bump the csharp group with 8 updates (#3759)
add cfa104c37 feat(server-ng): add cluster.nodes.advertised_address for
clients (#3757)
new ca5758905 Merge branch 'master' into clients_table_v2
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 | 486 ++++++++++++++++++++-
core/configs/src/server_ng_config/defaults.rs | 1 +
core/configs/src/server_ng_config/validators.rs | 81 ++--
.../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 | 21 +-
core/server-ng/src/bootstrap.rs | 204 +++++++--
core/server-ng/src/cluster_meta.rs | 81 +++-
core/server-ng/src/http/error.rs | 72 ++-
core/server-ng/src/partition_reconciler.rs | 24 +-
core/server-ng/src/server_error.rs | 10 +-
.../src/workload/ops/delete_consumer_group.rs | 34 +-
.../Iggy_SDK.Examples.Basic.Consumer.csproj | 8 +-
.../Iggy_SDK.Examples.Basic.Producer.csproj | 10 +-
...ggy_SDK.Examples.GettingStarted.Consumer.csproj | 4 +-
...ggy_SDK.Examples.GettingStarted.Producer.csproj | 4 +-
.../Iggy_SDK.Examples.Shared.csproj | 2 +-
...gy_SDK.Examples.MessageEnvelope.Consumer.csproj | 10 +-
...gy_SDK.Examples.MessageEnvelope.Producer.csproj | 10 +-
...ggy_SDK.Examples.MessageHeaders.Consumer.csproj | 4 +-
...ggy_SDK.Examples.MessageHeaders.Producer.csproj | 4 +-
.../Iggy_SDK.Examples.NewSdk.Consumer.csproj | 10 +-
.../Iggy_SDK.Examples.NewSdk.Producer.csproj | 10 +-
.../Iggy_SDK.Examples.TcpTls.Consumer.csproj | 4 +-
.../Iggy_SDK.Examples.TcpTls.Producer.csproj | 4 +-
foreign/csharp/Directory.Packages.props | 6 +-
31 files changed, 1401 insertions(+), 222 deletions(-)