Skip to content

Conversation

@mcruzdev
Copy link
Collaborator

@mcruzdev mcruzdev commented Jan 14, 2026

Changes

Do not review yet 😃

TODO

  • Resolve the protoc, from JAR files or PATH
  • Test
    • Unary
    • Client Streaming
    • Server Streaming
    • Bidirectional Streaming
    • Test expression on arguments
  • Move the reading of MethodDescriptor to builder
  • Add a detailed pull request description
  • Apply error handler with WorkflowError (Problem details)
  • Revisit added dependencies

Closes #1078

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
case SERVER_STREAMING ->
handleServerStreaming(workflowContext, methodDescriptor, arguments, call);
case UNARY, UNKNOWN ->
handleBlockingUnary(workflowContext, methodDescriptor, arguments, call);
Copy link
Collaborator

@fjtirado fjtirado Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be async (you will need to complete the completable future once the result is provided)

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.

Add support to gRPC call

2 participants