-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refactor azureeventhubrehydrationreceiver to stream blobs as to …
…not lock up on larger environments (BPOP-831) (#2098) * pre tests working; refactor to stream blobs as to not lock up * fix tests * remove polling parameters and fix gosec error * some more tests * add license * remove extra debug line * address PR feedback * only log messages rather than submit validation errors * spin up goroutine per blob in the batch, change default batch size to 30 to keep a moderate default * add buffered chan size of 5 to start * remove 3 empty request limit * remove testing log line * harden shutdown logic to close channel with a timeout * fix lint * dakota PR feedback * more feedback; sans checkpointing after every blob * minor updates; pr review
- Loading branch information
Showing
10 changed files
with
580 additions
and
306 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
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
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.