Skip to content

About long grpc request/reply message? #1

@yuyuyu101

Description

@yuyuyu101

GRPC Message input size can be larger than 4MB, output size is unlimited, but homa message must smaller than 1MB. So grpc req msg will de divide into multi homa messages.
I found the code assumes only one homa message transfer is allowed, but I don't notice any code to prevent. Is it possible homa_client call multi homa_sendv on single steam?

The same as homa_listener, if listener receive request, it may have unlimited data to reply. But after calling homa_replyv(), homaRequestId will be assign be 0. So the next HomaSteam::flush won't call homa_reply(). Is there anything missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions