wohali edited a comment on issue #1514: Query Server Protocol v2
URL: https://github.com/apache/couchdb/issues/1514#issuecomment-412644439
 
 
   If we're talking about reworking the protocol, it is worth considering the 
implications of how we enforce sandboxing. As soon as you move to a network 
interface or simliar, there's nothing that stops that process from having crazy 
side effects, like storing the document locally, making calls back to CouchDB 
__while a document is being processed__, etc. Our current JS implementation is 
very strict about not allowing those things, and it's always bugged me that 
people used to write their own "query servers" that did all of these things 
that violate the contract between Couch and a query server.
   
   @kocolosk wouldn't it make more sense to keep everything inside of Erlang to 
enforce the above, and just redo rexi so it uses gRPC?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to