Title: Message Title
Kenneth Barber commented on an issue
PuppetDB / Improvement PDB-19
Stream POST body of commands directly to ActiveMQ
In the current implementation of our command processor, when we receive a command request, we (via the ring 'wrap-params' middleware) slurp the entire POST body into a string, JSON deserialize it into an in-memory data structure, add one or two tiny bits of data to it, reserialize it to a string, and then write that out to ActiveMQ.

In the case where w...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to