Skip to content

Virtual thread friendly client proxy generation #138

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vietj
Copy link
Member

@vietj vietj commented Mar 19, 2025

Provide a virtual thread friendly client proxy generation.

  • unary/unary interactions
  • unary/multi interactions
  • multi/unary interactions
  • multi/multi interactions
  • proxy API design
  • documentation
Stream<Messages.StreamingOutputCallResponse> stream = client.streamingOutputCall_sync(request);
stream.forEach(msg -> ...);
HelloReply reply = client.sayHello_sync(request);

@vietj vietj added this to the 5.0.0 milestone Mar 19, 2025
@vietj vietj force-pushed the virtual-thread-proto branch from b1c9c27 to 63578ec Compare March 19, 2025 11:33
@vietj vietj marked this pull request as draft March 19, 2025 12:27
@vietj vietj force-pushed the virtual-thread-proto branch 2 times, most recently from fc38ecb to 6cb2e47 Compare April 2, 2025 15:51
@vietj vietj force-pushed the virtual-thread-proto branch from 6cb2e47 to 4d38b19 Compare April 23, 2025 13:54
@vietj vietj force-pushed the virtual-thread-proto branch from 4d38b19 to c2767b5 Compare April 23, 2025 14:00
@vietj vietj modified the milestones: 5.0.0, 5.1.0 May 14, 2025
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.

1 participant