This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch feat/message-bus-multi-transport
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard 85504a383 style(message_bus): clear clippy doc-pedantic warnings
discard f4d8f8763 test(shard): cover delegate_client and delegate_ws_client
paths
discard 208a908da fix(message_bus): drive tls.shutdown under close_grace on
WSS shutdown
discard 75de7d84b fix(message_bus): bound QUIC reader+writer drain by
close_grace
discard cb0ef1533 test(message_bus): pin background_tasks reap and
post-shutdown drain
discard ba6d8e21e fix(message_bus): reap finished background tasks in
track_background
discard 283bde926 fix(configs): wire TcpSocket and MessageBus defaults to
SERVER_NG_CONFIG
discard 098aebc33 fix(configs): validate QuicConfig field ranges at boot
discard 44d77571f fix(configs): tighten MessageBusConfig validation
discard f56ca0d3d fix(configs): align QUIC byte-size units to KiB and pin
parity
discard af8749eb8 docs(message_bus): clear PR-introduced rustdoc broken-link
warnings
discard 89124e329 docs(message_bus): correct batching, ALPN, and ws_config doc
lies
discard 7d1c3b838 docs(message_bus): tighten replica trust boundary statement
discard dc231f993 style(message_bus): drop F-tag from tcp_tls rustdoc
discard 133e90887 test(message_bus): lock tcp_tls cancel-safety, doc authn
boundary
discard 7ee1bf18d feat(message_bus): thread schema [quic] into transport config
discard bd42fe829 docs(message_bus): tighten transport-trait + ws/quic
invariants
discard cdbbcc757 chore(message_bus): allow iter_with_drain on hoisted batch
loops
discard 3d080b7aa fix(message_bus): bound the full TLS close sequence by
close_grace
discard ed0077397 docs(message_bus): drop fragile file:line cites and finding
tags
discard 361bb73f9 perf(message_bus): hoist batch buffer in tcp_tls/ws/wss pumps
discard f26ea7852 docs(message_bus): correct SO_KEEPALIVE doc at four sites
discard 57a0051f7 docs(message_bus): flag deleted replica-plane authn at
listener auth section
discard d484c107e feat(message_bus): add QUIC, TCP-TLS, WS, WSS client
transports
add 5fbeddca4 fix(connectors): reject duplicate iggy_sink_open and
iggy_source_open (#3179)
add 55705f395 chore(repo): add ASF incubator status and update readme
(#3208)
add 23fb135bb feat(message_bus): add QUIC, TCP-TLS, WS, WSS client
transports
add 34d2dbbf0 docs(message_bus): flag deleted replica-plane authn at
listener auth section
add c262711cc docs(message_bus): correct SO_KEEPALIVE doc at four sites
add 5786408d7 perf(message_bus): hoist batch buffer in tcp_tls/ws/wss pumps
add c0e90e7f9 docs(message_bus): drop fragile file:line cites and finding
tags
add 544534ace fix(message_bus): bound the full TLS close sequence by
close_grace
add 651409620 chore(message_bus): allow iter_with_drain on hoisted batch
loops
add 591fc4302 docs(message_bus): tighten transport-trait + ws/quic
invariants
add fc17f02fc feat(message_bus): thread schema [quic] into transport config
add 40a59d3ca test(message_bus): lock tcp_tls cancel-safety, doc authn
boundary
add 24b5700a3 style(message_bus): drop F-tag from tcp_tls rustdoc
add 49a567a5d docs(message_bus): tighten replica trust boundary statement
add 41e3b73b6 docs(message_bus): correct batching, ALPN, and ws_config doc
lies
add 4df104a3d docs(message_bus): clear PR-introduced rustdoc broken-link
warnings
add fafa43613 fix(configs): align QUIC byte-size units to KiB and pin
parity
add b0c9acf66 fix(configs): tighten MessageBusConfig validation
add 70c62541d fix(configs): validate QuicConfig field ranges at boot
add 5ddd814ae fix(configs): wire TcpSocket and MessageBus defaults to
SERVER_NG_CONFIG
add a3dab21cf fix(message_bus): reap finished background tasks in
track_background
add 05d8f5e6c test(message_bus): pin background_tasks reap and
post-shutdown drain
add 78313b352 fix(message_bus): bound QUIC reader+writer drain by
close_grace
add 2633ea012 fix(message_bus): drive tls.shutdown under close_grace on
WSS shutdown
add 7ad423a69 test(shard): cover delegate_client and delegate_ws_client
paths
add e5b8c840b style(message_bus): clear clippy doc-pedantic warnings
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (85504a383)
\
N -- N -- N refs/heads/feat/message-bus-multi-transport
(e5b8c840b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/edge-release.yml | 8 +-
Dockerfile | 12 ++
README.md | 6 +-
bdd/Dockerfile | 12 ++
bdd/csharp/Dockerfile | 12 ++
bdd/go/Dockerfile | 12 ++
bdd/java/Dockerfile | 12 ++
bdd/node/Dockerfile | 12 ++
bdd/python/Dockerfile | 11 ++
bdd/rust/Dockerfile | 12 ++
core/ai/mcp/Dockerfile | 12 ++
core/bench/dashboard/server/Dockerfile | 12 ++
core/binary_protocol/Cargo.toml | 2 +-
core/binary_protocol/README.md | 29 ++++
core/cli/README.md | 38 ++++-
core/common/Cargo.toml | 2 +-
core/common/README.md | 29 ++++
core/connectors/runtime/Dockerfile | 12 ++
core/connectors/sdk/src/sink.rs | 7 +
core/connectors/sdk/src/source.rs | 7 +
core/sdk/Cargo.toml | 2 +-
core/sdk/README.md | 154 +++++++++++++++++++++
core/server-ng/Dockerfile | 12 ++
core/server/Dockerfile | 12 ++
foreign/cpp/README.md | 16 +++
foreign/csharp/README.md | 14 ++
foreign/go/README.md | 14 ++
foreign/java/README.md | 24 +++-
.../docker/Dockerfile.flink2_10-java21 | 29 ++++
foreign/node/README.md | 14 ++
foreign/python/.devcontainer/Dockerfile | 12 ++
foreign/python/Dockerfile.test | 11 ++
foreign/python/README.md | 14 ++
web/Dockerfile | 12 ++
34 files changed, 582 insertions(+), 17 deletions(-)
create mode 100644 core/binary_protocol/README.md
create mode 100644 core/common/README.md
create mode 100644 core/sdk/README.md