elasticio / xml-component

Component to parse, validate, generate XML data & attachments for elastic.io platform
Other
0 stars 5 forks source link

Consider migrating away from xml2js library #17

Open jhorbulyk opened 5 years ago

jhorbulyk commented 5 years ago

Description

In many places in our ecosystem, we use xml2js to convert from XML to JSON (e.g. when procesing incoming webhook requests with XML data). However, the memory consumption of this library isn't good and migrating to a different library with the same behavoir might be beneficial

Definition of Done

No code explicitly references the library xml2js.

jhorbulyk commented 4 years ago

Potentially blocked by https://github.com/nashwaan/xml-js/issues/141