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

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


    from 117cb5f03 rename messages_writer
     add 67e57fb72 rework the message

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |   3 +
 core/common/Cargo.toml                             |   1 +
 core/common/src/lib.rs                             |   2 +
 core/common/src/types/consensus/message.rs         | 835 ++++++++-------------
 core/common/src/types/mod.rs                       |   1 +
 .../src => common/src/types}/send_messages2.rs     |  36 +-
 core/consensus/src/impls.rs                        |  40 +-
 core/consensus/src/lib.rs                          |  19 +-
 core/consensus/src/namespaced_pipeline.rs          |  54 +-
 core/consensus/src/plane_helpers.rs                |  70 +-
 core/consensus/src/plane_mux.rs                    |  12 +-
 core/iobuf/Cargo.toml                              |   1 +
 core/iobuf/src/lib.rs                              | 595 +++------------
 core/message_bus/src/lib.rs                        |  15 +-
 core/metadata/src/impls/metadata.rs                |  49 +-
 core/metadata/src/stm/mod.rs                       |  10 +-
 core/partitions/Cargo.toml                         |   1 +
 core/partitions/src/iggy_partition.rs              |  25 +-
 core/partitions/src/iggy_partitions.rs             |  43 +-
 core/partitions/src/journal.rs                     | 104 ++-
 core/partitions/src/lib.rs                         |   9 +-
 core/partitions/src/types.rs                       |  59 +-
 core/shard/src/lib.rs                              |  38 +-
 core/shard/src/router.rs                           |  52 +-
 core/simulator/src/bus.rs                          |  26 +-
 core/simulator/src/client.rs                       |   4 +-
 core/simulator/src/deps.rs                         |  11 +-
 core/simulator/src/lib.rs                          |  18 +-
 core/simulator/src/main.rs                         |  17 +-
 core/simulator/src/packet.rs                       |  26 +-
 30 files changed, 798 insertions(+), 1378 deletions(-)
 rename core/{partitions/src => common/src/types}/send_messages2.rs (95%)

Reply via email to