This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch consensus_group_impl
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 11dc5ea87 feat(consensus): impl consensus group mechanism
add 44eb01a28 move partitionassignemnts to primitives
No new revisions were added by this update.
Summary of changes:
core/binary_protocol/src/lib.rs | 1 +
core/binary_protocol/src/primitives/mod.rs | 1 +
.../src/{requests/partitions => primitives}/partition_assignment.rs | 0
.../src/requests/partitions/create_partitions_with_assignments.rs | 6 ++++--
core/binary_protocol/src/requests/partitions/mod.rs | 3 +--
.../src/requests/topics/create_topic_with_assignments.rs | 4 ++--
core/metadata/src/impls/metadata.rs | 6 ++----
core/metadata/src/stm/stream.rs | 3 ++-
8 files changed, 13 insertions(+), 11 deletions(-)
rename core/binary_protocol/src/{requests/partitions =>
primitives}/partition_assignment.rs (100%)