-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- core: fixed base64 encode causing memory corruption
- various: added clean shutdown mechanics in a few spots to reduce noise when looking for memory leaks after a run - pubsub kafka backend: due to the plugin pattern we need an extra hack to avoid tripping up the RdKafka code not being initialized yet shutdown being called - pubsub sqs backend: fixed multiple batch message sends running into max bytes size limit
- Loading branch information
1 parent
aff58b1
commit 7a85e6d
Showing
13 changed files
with
325 additions
and
44 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
Oops, something went wrong.