-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[storage][stg73] Changefeed follow-up (#10827)
* nit * add aborter * add license * support browser blob * PR comments * read doesn't respect segment's finalized * cursor unification and avro bug fix * support aborter * test aborter * add constructor wrappers and user agent * support tracing and format code * re-record, wip * wip * workaround recorder issue by manually editting. * wip: issue with test record tracing case * skip tracing case due to recorder issue * ci fix * tidy up samples * PR comments * nit * add LazyLoadingBlobStream * record tests * stream emit error instead of throw * wip: fix Node 8 stream issue; not working yet * push only once to avoid the Readable.push issue in Node 8 * re-record * document public interfaces * PR comments Co-authored-by: Lin Jian <[email protected]> Co-authored-by: darlin <[email protected]>
- Loading branch information
1 parent
6970aea
commit b68bf12
Showing
51 changed files
with
4,274 additions
and
1,733 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Current JS file", | ||
"skipFiles": [ | ||
"<node_internals>/**" | ||
], | ||
"program": "${file}", | ||
"cwd": "${fileDirname}", | ||
"outFiles": [ | ||
"${workspaceFolder}/dist/**/*.js" | ||
] | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.