kubeedge/pkg/viaduct
KubeEdge Bot ee0f03ed90
Merge pull request #6900 from Priyanshubhartistm/fix/ws-handleRawData-panic
fix: pkg/viaduct: WSConnection.handleRawData uses ProtocolTypeWS instead of ProtocolTypeQuic
2026-08-04 17:33:26 +08:00
..
examples honor -stderrthreshold by opting out of legacy klog behavior 2026-04-23 17:32:10 +02:00
mocks
pkg Merge pull request #6900 from Priyanshubhartistm/fix/ws-handleRawData-panic 2026-08-04 17:33:26 +08:00
README.md

Viaduct

The viaduct is a bridge that carries a road across a valleythe valley is the gap between cloud and edge and the bridge is the connection across the gap

Overview

Viaduct use the protobuf3.0 to serialize message that defined in beehive and provide apis for connection and message operations

By now, Viaduct has supported websocket(gorilla websocket) and quic(quic-go) as the basic transport protocol

TODO

  • add ut
  • add e2e testing
  • add benchmark