mochengqian opened a new issue, #941:
URL: https://github.com/apache/dubbo-go-pixiu/issues/941

   PR #932 introduces snapshot-aware load balancer marker interfaces such as 
`ZeroCopySnapshotLoadBalancer` and `HealthyOnlySnapshotLoadBalancer`.
   
   They are useful for bundled balancers, but leaving them as public extension 
points lets external plugins opt into low-level snapshot ownership contracts 
that are easy to misuse.
   
   Proposed:
   - Move the marker interfaces, or at least their zero-copy opt-in path, 
behind an internal package boundary.
   - Keep the public `SnapshotLoadBalancer` contract focused on correctness and 
defensive copies.
   - Preserve compatibility for bundled load balancers during the migration.
   
   Reference: listed as a known follow-up in PR #932.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to