You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/01/15 15:04:02 UTC

[GitHub] markusthoemmes commented on issue #4218: [ContainerProxy] reading logs failed: spray.json.JsonParser happened occasionally

markusthoemmes commented on issue #4218: [ContainerProxy] reading logs failed: spray.json.JsonParser happened occasionally
URL: https://github.com/apache/incubator-openwhisk/issues/4218#issuecomment-454423409
 
 
   As @rabbah said. Basically the framing at this point could be a little more fancy to only let full JsObjects through:
   
   https://github.com/apache/incubator-openwhisk/blob/bb96c21271a3a981e3fe92ec9854178196896b78/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/docker/DockerContainer.scala#L268
   
   There exists an implementation of such a framing already in https://doc.akka.io/docs/alpakka/current/data-transformations/json.html#json-framing

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services