-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Otel upgrade #1818
Otel upgrade #1818
Conversation
Signed-off-by: Daksh Chauhan <dak-x@outlook.com>
Signed-off-by: Daksh Chauhan <dak-x@outlook.com>
I acknowledge the formatting and clippy warnings. Will fix in the next iteration. |
Signed-off-by: Daksh Chauhan <dak-x@outlook.com>
Discussion with Matthias: Migrating If this issue is not priority then we must wait till |
The unfortunate truth is that https://github.com/mechiru/googapis did have any work done for months now. It could be at a time, where we just create our own fork and maintain that, this could bring us to tonic 0.7 much quicker. |
😭 |
Cancelling this. Refer to the above comment. |
Pull request
Description
Adds a configurable compression on otel connectors. Integration tests are a copy of existing
otel
tests with only a modification to connectors config.Note that tonic only supports gzip as of now.
This code will require changes once
tonic
has a new release as these function signatures have changed. Refer here for the latest (not released)Related
Checklist