Conversation
This was referenced May 25, 2023
Member
Author
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
3 tasks
3 tasks
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## pipelined_append_handler #459 +/- ##
============================================================
- Coverage 63.15% 62.63% -0.52%
============================================================
Files 132 133 +1
Lines 18145 18336 +191
============================================================
+ Hits 11459 11485 +26
- Misses 6120 6277 +157
- Partials 566 574 +8
☔ View full report in Codecov by Sentry. |
73006e6 to
62067e9
Compare
80abf51 to
0579220
Compare
62067e9 to
50ccc7b
Compare
0579220 to
918f845
Compare
50ccc7b to
e1468e4
Compare
918f845 to
5bc3f8b
Compare
e1468e4 to
05f590e
Compare
This was referenced Jun 2, 2023
5bc3f8b to
20e31e7
Compare
05f590e to
ea02918
Compare
20e31e7 to
4ff8d8c
Compare
ea02918 to
f8a7676
Compare
hungryjang
approved these changes
Jun 7, 2023
Member
Author
This PR adds LogStreamAppender to the client, and it is a client to append asynchronously only a particular log stream. Resolves #433.
Member
Author
|
Graphite rebased this pull request as part of a merge. |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What this PR does
This PR adds LogStreamAppender to the client, and it is a client to append asynchronously only a particular log stream.
Which issue(s) this PR resolves
Resolves #433