--
You received this message because you are subscribed to the Google Groups "envoy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/af80b536-7f2a-471d-b286-f1949dbbb41a%40googlegroups.com.
"FDS" is actually FilterChain Discovery ServiceIt is a longer term goal. We'd better find concrete use cases to accelerate.The current improvement on LDS(aka intelligent listener update) could help in your use case: update a small number of filter chains while leaving the rest filter chain untouched.This PR is closed in favor of split PRs. We are 1 or 2 weeks away from the alpha.-Yuchen
On Fri, Apr 17, 2020 at 7:42 AM friend 05 <hiren...@gmail.com> wrote:
--Our use-case is we have multple cert with different HostName. And we need to update cert anytime which can potentially also update HostName in cert.If I understand correctly whenever I need to update Cert which can also change SNI Server Name match (Filter_chain_match) today I will need use LDS. Disadvantage of LDS is it needs to drain all connection.Based my understanding FDS (Filter Discovery Service) will resolve issue which I trying out. Is my understanding of FDS correct ? (https://github.com/envoyproxy/envoy/issues/4540)Do we have time-line for FDS when that will be released ?
You received this message because you are subscribed to the Google Groups "envoy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy...@googlegroups.com.