Skip to content

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.

2 participants