Skip to content

fix: Streaming to destination plugin wasn't implemented correctly#187

Merged
kodiakhq[bot] merged 1 commit intomainfrom
fix/client_side_streaming
Sep 28, 2022
Merged

fix: Streaming to destination plugin wasn't implemented correctly#187
kodiakhq[bot] merged 1 commit intomainfrom
fix/client_side_streaming

Conversation

@yevgenypats
Copy link
Copy Markdown
Contributor

We need to call CloseAndRecv on the client side and CloseAndSend on Server side for everything to close gracefully.

This should help with places where data wasn't written because the connection was closed before everything was written to database.

https://github.com/grpc/grpc-go/blob/master/examples/route_guide/client/client.go

We need to call CloseAndRecv on the client side and
CloseAndSend on Server side for everything to close gracefully.

This should help with places where data wasn't written because the
connection was closed before everything was written to database.
@yevgenypats yevgenypats force-pushed the fix/client_side_streaming branch from 19fa6c6 to 9d1f71b Compare September 28, 2022 07:16
Copy link
Copy Markdown
Contributor

@hermanschaaf hermanschaaf left a comment

Choose a reason for hiding this comment

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

Nice find 👍

@kodiakhq kodiakhq bot merged commit 8e28bd1 into main Sep 28, 2022
@kodiakhq kodiakhq bot deleted the fix/client_side_streaming branch September 28, 2022 08:42
shimonp21 pushed a commit that referenced this pull request Sep 28, 2022
🤖 I have created a release *beep* *boop*
---


##
[0.10.2](v0.10.1...v0.10.2)
(2022-09-28)


### Bug Fixes

* Streaming to destination plugin wasn't implemented correctly
([#187](#187))
([8e28bd1](8e28bd1))
* Validate versions only for github registry
([#188](#188))
([7f9a3ba](7f9a3ba))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants