kubeedge/pkg/viaduct
KubeEdge Bot b44966924c
Merge pull request #6949 from Priyanshubhartistm/pkg/add-filter-unit-tests
pkg/viaduct/filter: add unit tests for MessageFilter
2026-07-08 18:54:17 +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 #6949 from Priyanshubhartistm/pkg/add-filter-unit-tests 2026-07-08 18:54:17 +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