This is an automated email from the ASF dual-hosted git repository.
bashirbekov pushed a change to branch draft-sans
in repository https://gitbox.apache.org/repos/asf/iggy.git
from a2e78798 del
new 2e6833ac before binary transport
new fdccf3c0 after binary
The 2 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/integration/tests/sdk/producer/mod.rs | 100 +++++++++++++++++++++++++++++
core/sdk/src/connection/mod.rs | 2 +-
core/sdk/src/connection/quic/mod.rs | 2 +-
core/sdk/src/connection/tcp/mod.rs | 6 ++
core/sdk/src/connection/tcp/tcp.rs | 13 +++-
core/sdk/src/driver/mod.rs | 2 +-
core/sdk/src/driver/tcp.rs | 60 +++++++++++++++--
core/sdk/src/proto/connection.rs | 41 +++++++++---
core/sdk/src/proto/runtime.rs | 12 ++++
core/sdk/src/transport_adapter/async.rs | 95 +++++++++++++++++++++------
10 files changed, 295 insertions(+), 38 deletions(-)