This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch refactor-binary-7-http
in repository https://gitbox.apache.org/repos/asf/iggy.git
from db9b7df3b fix(server): restore partition count validation in binary
handlers
add 2d257dd9a fix(server,sdk): harden wire type migration from review
findings
No new revisions were added by this update.
Summary of changes:
core/common/src/http/consumer_groups/mod.rs | 2 +-
core/common/src/http/partitions/mod.rs | 2 +-
core/common/src/http/streams/mod.rs | 2 +-
core/common/src/http/topics/mod.rs | 3 +-
core/common/src/http/users/login_user.rs | 26 +++-
core/common/src/lib.rs | 3 +
core/common/src/traits/binary_impls/cluster.rs | 5 +-
.../src/traits/binary_impls/consumer_groups.rs | 11 +-
.../src/traits/binary_impls/consumer_offsets.rs | 5 +-
core/common/src/traits/binary_impls/messages.rs | 2 +-
core/common/src/traits/binary_impls/mod.rs | 11 ++
.../traits/binary_impls/personal_access_tokens.rs | 11 +-
core/common/src/traits/binary_impls/streams.rs | 11 +-
core/common/src/traits/binary_impls/system.rs | 14 +--
core/common/src/traits/binary_impls/topics.rs | 11 +-
core/common/src/traits/binary_impls/users.rs | 14 +--
core/common/src/wire_conversions.rs | 75 ++++++++++-
core/server/src/binary/dispatch.rs | 137 +--------------------
.../binary/handlers/users/create_user_handler.rs | 5 +-
.../src/binary/handlers/users/get_user_handler.rs | 5 +-
core/server/src/http/consumer_groups.rs | 12 +-
core/server/src/http/partitions.rs | 10 +-
core/server/src/http/segments.rs | 6 +-
core/server/src/http/streams.rs | 8 +-
core/server/src/http/topics.rs | 16 +--
core/server/src/http/users.rs | 14 +--
core/server/src/shard/execution.rs | 3 +-
core/server/src/state/command.rs | 7 ++
core/server/src/state/models.rs | 1 -
core/server/src/state/system.rs | 4 +-
30 files changed, 194 insertions(+), 242 deletions(-)