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

Investigate how to Expose EndpointContext in Java-Core #2631

Open
lqiu96 opened this issue Apr 11, 2024 · 0 comments
Open

Investigate how to Expose EndpointContext in Java-Core #2631

lqiu96 opened this issue Apr 11, 2024 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@lqiu96
Copy link
Contributor

lqiu96 commented Apr 11, 2024

GAPICs use the EndpointContext to resolve the endpoint and universe domain.

As of now, we are simply duplicating the logic between Gax-Java and Java-Core. We would like to be able to use the EndpointContext inside Java-Core so that we only need to maintain one spot to resolve the endpoint and universe domain.

The issue is that EndpointContext was written with GAPICs in mind and contain some GAPIC specific functionalities.

There are a few open questions that need to be investigated and solved: #2592 (comment)

@lqiu96 lqiu96 added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant