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: handle when writer is closed #18

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Conversation

gintarasm
Copy link
Contributor

No description provided.

@gintarasm gintarasm self-assigned this Feb 8, 2024
case CANCELLED:
case FAILED_PRECONDITION:
case DEADLINE_EXCEEDED:
doPauseBeforeRetry();
retryWrite(t, retryCount - 1);
break;
case ABORTED:
Copy link
Collaborator

Choose a reason for hiding this comment

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

how about buffered stream sink writer ?

s-gelazevicius
s-gelazevicius previously approved these changes Feb 8, 2024
@gintarasm gintarasm merged commit 7a8d911 into main Feb 8, 2024
1 check passed
@gintarasm gintarasm deleted the feat/handle-closed-streams branch February 8, 2024 13:19
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