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

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


    from 7de37d52 even further improvements
     add 26c7001f design and impl access traits for partition and topic
     add 8b1c7db9 make *_async methods use async/await
     add d025c440 fix warning on async method signature
     add d6d45007 cargo fmt
     new e959688c Merge branch 'io_uring_tpc_paritition_ecs' into 
improved_tpc_partition_ecs

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/server/src/shard/system/consumer_groups.rs |   1 +
 core/server/src/shard/system/partitions.rs      |   2 +
 core/server/src/shard/system/topics.rs          |  14 +--
 core/server/src/slab/mod.rs                     |   1 +
 core/server/src/slab/partitions.rs              |  65 +++++++++---
 core/server/src/slab/topics.rs                  |  59 ++++++++++-
 core/server/src/slab/traits.rs                  | 130 ++++++++++++++++++++++++
 7 files changed, 248 insertions(+), 24 deletions(-)
 create mode 100644 core/server/src/slab/traits.rs

Reply via email to