You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team is currently using this library in middle ware api server (Node js <-> Druid cluster)
And i found when druid cluster return it's result as series of chunks and druid requester
parsing chunks using 'combo' library. (straming json parsing)
I wonder why not just gather all chunks from druid to string and parse combined string to object using native JSON.parse?
Is there reason for using streaming json parse library?
The text was updated successfully, but these errors were encountered:
Hi~!
My team is currently using this library in middle ware api server (Node js <-> Druid cluster)
And i found when druid cluster return it's result as series of chunks and druid requester
parsing chunks using 'combo' library. (straming json parsing)
I wonder why not just gather all chunks from druid to string and parse combined string to object using native
JSON.parse
?Is there reason for using streaming json parse library?
The text was updated successfully, but these errors were encountered: