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

feat: Initial GRPC/Protobuf Implementation for batched mapping #126

Closed
wants to merge 1 commit into from

Conversation

magelisk
Copy link

This is related to numaproj/numaflow#1688 . This sets up the proto files for GRPC mapping for batch processing of map messages.

Fundamentally, this simply sets up Batch Mapping server RPC communication as simply take a list of the MapRequest items. This should maintain the individuality of each input message. In theory this handler implementation would be able to be able to simply receive the batch, and then use the singular MapFn implementations on each individual request item and return the grouped results.

@magelisk magelisk closed this Apr 27, 2024
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