envoyproxy/envoy#5435 deprecates 'struct' and enables 'any' for passing
config.
We need to update Pilot code to use Any - this was identified as a major overhead in flamegraphs,
and the change is relatively small and safe.
Not blocking - but would have big impact on performance in the default case ( with isolation disabled )
@mandarjog
envoyproxy/envoy#5435 deprecates 'struct' and enables 'any' for passing
config.
We need to update Pilot code to use Any - this was identified as a major overhead in flamegraphs,
and the change is relatively small and safe.
Not blocking - but would have big impact on performance in the default case ( with isolation disabled )
@mandarjog