Skip to content

Conversation

@njhill
Copy link
Contributor

@njhill njhill commented Aug 22, 2020

Outbound equivalent of #7330.

Protobuf doesn't support multiple ByteBuffers in this direction but I don't think that matters much since the outbound buffers are typically allocated/sized to fit the messages.

Outbound equivalent of grpc#7330.

Protobuf doesn't support multiple ByteBuffers in this direction but I don't think that matters much since the outbound buffers are typically allocated/sized to fit the messages.
njhill added a commit to njhill/grpc-java that referenced this pull request Aug 27, 2020
Variation on grpc#7350. Slightly bigger but I think the interface changes are cleaner, avoids "borrowing" a ByteBuffer and separately informing of bytes written. Not sure which approach is preferable.
njhill added a commit to njhill/grpc-java that referenced this pull request Aug 27, 2020
Variation on grpc#7350. Slightly bigger but I think the interface changes are cleaner, avoids "borrowing" a ByteBuffer and separately informing of bytes written. Not sure which approach is preferable.
njhill added a commit to njhill/grpc-java that referenced this pull request Aug 28, 2020
Variation on grpc#7350. Slightly bigger but I think the interface changes are cleaner, avoids "borrowing" a ByteBuffer and separately informing of bytes written. Not sure which approach is preferable.
njhill added a commit to njhill/grpc-java that referenced this pull request Aug 28, 2020
Variation on grpc#7350. Slightly bigger but I think the interface changes are cleaner, avoids "borrowing" a ByteBuffer and separately informing of bytes written. Not sure which approach is preferable.
njhill added a commit to njhill/grpc-java that referenced this pull request Aug 28, 2020
Variation on grpc#7350. Slightly bigger but I think the interface changes are cleaner, avoids "borrowing" a ByteBuffer and separately informing of bytes written. Not sure which approach is preferable.
@njhill njhill marked this pull request as ready for review August 28, 2020 18:20
@ejona86
Copy link
Member

ejona86 commented Aug 28, 2020

CC @voidzcy

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