Hi,
I have an http server that accept post request where http entity is
chuncked and can be quite big, basically entity is a json of the following
format:
{code}
{
"shortlist" : [ { serialized objA } ], // up to 100items
"verylonglist": [{serialized objB}], // up to ~5M
}
{code}
I was thinking in to have something like this
(https://github.com/knutwalker/akka-stream-json) to convert bytestring
source into source[objA].
Is there an easy/nice way how to create sources for every array in json?
i.e split one Source[ByteString] into several Source[ObjA] and Source[ObjB]?
Any suggestion welcome...
Thanks,
Kyrylo
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.