Outlier detection config#543
Conversation
|
needs docs |
There was a problem hiding this comment.
move these to the initializer list
There was a problem hiding this comment.
don't "allow_empty" here (remove true param), the object must exist in this branch.
There was a problem hiding this comment.
this is not really a useful test. Can you test the config object directly, and make sure the loaded values are what you expect (or do that additionally)
45fb071 to
f15d8ae
Compare
There was a problem hiding this comment.
{} is no longer needed since you are using the initializer list.
There was a problem hiding this comment.
nit: pass const Json::Object&
There was a problem hiding this comment.
nit: pass const Json::Object&
There was a problem hiding this comment.
nit: pass const Json::Object&
There was a problem hiding this comment.
nit: you don't need false param, it's the default.
619f65e to
97209f3
Compare
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
Description: this PR integrates [Envoy's ApiListener](#9516) to replace Envoy Mobile's use of the AsyncClient. Doing so gives Envoy Mobile access to all L7 facilities provided by Envoy's Http Connection Manager; including but no limited to the L7 filters. Risk Level: HIGH! This PR changes the underlying code for Envoy Mobile's core functionality Testing: unit tests updated for the dispatcher, integration tests, and e2e tests with the example apps. Additionally, the ApiListener code has been unit and integration tested in Envoy. Fixes #543 Signed-off-by: Jose Nino <jnino@lyft.com> Signed-off-by: JP Simard <jp@jpsim.com>
Description: this PR integrates [Envoy's ApiListener](#9516) to replace Envoy Mobile's use of the AsyncClient. Doing so gives Envoy Mobile access to all L7 facilities provided by Envoy's Http Connection Manager; including but no limited to the L7 filters. Risk Level: HIGH! This PR changes the underlying code for Envoy Mobile's core functionality Testing: unit tests updated for the dispatcher, integration tests, and e2e tests with the example apps. Additionally, the ApiListener code has been unit and integration tested in Envoy. Fixes #543 Signed-off-by: Jose Nino <jnino@lyft.com> Signed-off-by: JP Simard <jp@jpsim.com>
fixes #540