kmesh-net / kmesh

High Performance ServiceMesh Data Plane Based on Programmable Kernel
https://kmesh.net
Apache License 2.0
457 stars 69 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 5 months ago

supercharge-xsy commented 5 months 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 5 months ago

@tacslon