Skip to content
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

Optimize the OTel Arrow Producer API with regard to periodic gRPC reconnections #17

Open
lquerel opened this issue Aug 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lquerel
Copy link
Contributor

lquerel commented Aug 22, 2023

The OTel experimental Collector periodically closes and reopens every OTel Arrow stream to enhance load balancing. At present, each reconnection begins anew, not capitalizing on the insights gained from the previous connection regarding schema and dictionary. A minor modification to the API would allow it to capture the existing knowledge state (both schema and dictionaries), close the stream, and then reopen a new one, conveying the prior state. This approach would sidestep the majority of schema and dictionary rediscovery processes.

@lquerel lquerel added the enhancement New feature or request label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant