Skip to content

Support sockets as transport for framed telemetry #378

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

Merged
merged 1 commit into from
Nov 15, 2022
Merged

Conversation

luben
Copy link
Contributor

@luben luben commented Nov 15, 2022

Description of changes:

Socket cannot be re-opened (unlike pipes and regular files). We have to reflectively construct the FileDescriptor with the right number as it does not have a public constructor that takes int.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@smirnoal smirnoal requested review from briensea, a user and anton-stepanof November 15, 2022 13:53
Sockets cannot be re-opened (unlike pipes and regular files). We have
to reflectively construct the `FileDescriptor` with the right number as
it does not have a constructor that takes int.
@luben
Copy link
Contributor Author

luben commented Nov 15, 2022

Pushed small update - parsing integer from string can throw RuntimeException

@smirnoal smirnoal merged commit 04ef611 into aws:master Nov 15, 2022
@luben
Copy link
Contributor Author

luben commented Nov 15, 2022

Thanks!

@einarjohnson
Copy link

Hello. Any ETA on when this will be released to the Maven public registry?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants