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

[Java API] WorkerConnection #707

Closed
nbauernfeind opened this issue Jun 3, 2021 · 1 comment
Closed

[Java API] WorkerConnection #707

nbauernfeind opened this issue Jun 3, 2021 · 1 comment

Comments

@nbauernfeind
Copy link
Member

nbauernfeind commented Jun 3, 2021

  • abstracts session id and the heartbeating to maintain it
  • own export id mapping
  • linked list of weak references to clean up lazily when applicable (use ReferenceQueue)
  • manual renewal (keep session id private to impl)

Epic: Java API #257

@nbauernfeind nbauernfeind added this to the June 2021 milestone Jun 3, 2021
@nbauernfeind nbauernfeind self-assigned this Jun 3, 2021
@nbauernfeind nbauernfeind changed the title Java API WorkerConnection Java API: WorkerConnection Jun 4, 2021
@nbauernfeind nbauernfeind changed the title Java API: WorkerConnection [Java API] WorkerConnection Jun 4, 2021
@nbauernfeind nbauernfeind modified the milestones: June 2021, July 2021 Jul 26, 2021
@nbauernfeind
Copy link
Member Author

@devinrsmith completed this work with the initial java-client that merged in #953.

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

No branches or pull requests

1 participant