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

hubcio pushed a change to branch feat/message-bus-transports
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 125594897 feat(message_bus): add install_client_quic_conn + 
install_client_ws_stream
     new bc77c69a7 feat(message_bus): add listen-address overlap validator
     new 3eb4a7ddf feat(message_bus): add shard-0 QUIC client listener
     new b15f39667 feat(message_bus): add WS pre-upgrade listener with 
cross-shard fd-ship
     new 8d82f1673 feat(message_bus): wire QUIC + WS binds into 
start_on_shard_zero

The 4 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/message_bus/src/client_listener_quic.rs       | 112 +++++++++++
 .../{client_listener.rs => client_listener_ws.rs}  |  66 ++++---
 core/message_bus/src/installer.rs                  |  60 ++++++
 core/message_bus/src/lib.rs                        |  29 +++
 core/message_bus/src/replica_io.rs                 | 205 ++++++++++++++++++++-
 core/message_bus/src/transports/quic.rs            |  15 ++
 core/message_bus/tests/common/mod.rs               |  54 +++++-
 core/message_bus/tests/quic_client_roundtrip.rs    | 124 +++++++++++++
 core/message_bus/tests/shard_zero_gating.rs        |  88 ++++++++-
 core/message_bus/tests/ws_client_roundtrip.rs      | 168 +++++++++++++++++
 core/shard/src/coordinator.rs                      |  32 ++++
 core/shard/src/lib.rs                              |  29 ++-
 core/shard/src/router.rs                           |  10 +
 13 files changed, 941 insertions(+), 51 deletions(-)
 create mode 100644 core/message_bus/src/client_listener_quic.rs
 copy core/message_bus/src/{client_listener.rs => client_listener_ws.rs} (51%)
 create mode 100644 core/message_bus/tests/quic_client_roundtrip.rs
 create mode 100644 core/message_bus/tests/ws_client_roundtrip.rs

Reply via email to