SumoLogic / sumologic-azure-function

A collection of Azure functions to collect data and send to Sumo Logic cloud service
Apache License 2.0
8 stars 25 forks source link

Improvements in BlockBlob Reader and Append Blob Reader #98

Closed himanshu219 closed 2 months ago

himanshu219 commented 5 months ago
  1. Adding for creating system topic conditionally
  2. Added Zip deploypackage json
  3. Int64 offset bug
  4. use32BitWorkerProcess to false to avoid memory errors in nodejs
  5. check for filterAppendBlob and filterByFileExtension
  6. addition of _sourceName and _sourceHost metadata
  7. fixed bug with long blobName
  8. handle 404 status code for fileoffsetmap, create table automatically
  9. dependency upgrades
himanshu219 commented 2 months ago

Append Blob integration tests passed in 1829.005s

image
himanshu219 commented 2 months ago

Block Blob integration tests passed in 1065.763s

image