dynamic_modules: add generic accessors for access logger#43647
Conversation
dc37798 to
13883db
Compare
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
mathetake
left a comment
There was a problem hiding this comment.
Thank you! This is much clearer and more consistent
wbpcode
left a comment
There was a problem hiding this comment.
Thanks for this great contribution.
I think this is a break change to ABI because the previous AIB have been released in 1.37? Could we keep previous code (ABI and ABI implementation) but mark them as deprecated and remove them after the it's out of supported?
|
ping me we we get agreement about the break change here is acceptable here. |
|
yeah let's do the deprecation stuff |
|
Yeah, I will depreciate them instead of removing. Good callout! |
|
@agrawroh ping on deprecation rather than removal |
|
/wait |
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
| * @param logger_envoy_ptr is the pointer to the log context. | ||
| * @return true if this is a health check, false otherwise. | ||
| */ | ||
| bool envoy_dynamic_module_callback_access_logger_is_health_check( |
There was a problem hiding this comment.
Yeah, we are not deprecating it and it's already part of Access Logger. I just need to remove it from here.
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
| bool envoy_dynamic_module_callback_access_logger_get_upstream_tls_version( | ||
| bool envoy_dynamic_module_callback_access_logger_get_upstream_tls_cipher( |
There was a problem hiding this comment.
Could we ensure this ABI is not released in 1.37?
…43647) ## Description --- **Commit Message:** dynamic_modules: add generic accessors for access logger **Additional Description:** **Risk Level:** Low **Testing:** CI **Docs Changes:** Added **Release Notes:** N/A --------- Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com> Signed-off-by: Xuyang Tao <taoxuy@google.com>
…43647) ## Description --- **Commit Message:** dynamic_modules: add generic accessors for access logger **Additional Description:** **Risk Level:** Low **Testing:** CI **Docs Changes:** Added **Release Notes:** N/A --------- Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com> Signed-off-by: Jonathan Wu <jtwu@google.com>
…43647) ## Description --- **Commit Message:** dynamic_modules: add generic accessors for access logger **Additional Description:** **Risk Level:** Low **Testing:** CI **Docs Changes:** Added **Release Notes:** N/A --------- Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com> Signed-off-by: Nick Shipilov <nick.shipilov.n@gmail.com>
…43647) ## Description --- **Commit Message:** dynamic_modules: add generic accessors for access logger **Additional Description:** **Risk Level:** Low **Testing:** CI **Docs Changes:** Added **Release Notes:** N/A --------- Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Description
Commit Message: dynamic_modules: add generic accessors for access logger
Additional Description:
Risk Level: Low
Testing: CI
Docs Changes: Added
Release Notes: N/A