kmesh-net / kmesh

High Performance ServiceMesh Data Plane Based on Programmable Kernel
https://kmesh.net
Apache License 2.0
361 stars 46 forks source link

Workload subscription code need optimization, could lead to workload/authz changes not be pushed in a timely manner. #329

Open supercharge-xsy opened 1 month ago

supercharge-xsy commented 1 month ago

Workload subscription code need optimization (func HandleWorkloadStream)

  1. need a ack with nonce
  2. HandleWorkloadStream:Consistency between input parameters and function definitions

Environment:

supercharge-xsy commented 1 month ago

@tacslon