Ruby client should use multi_json rather than being locked down to yajl
-----------------------------------------------------------------------

                 Key: AVRO-1063
                 URL: https://issues.apache.org/jira/browse/AVRO-1063
             Project: Avro
          Issue Type: Improvement
          Components: ruby
            Reporter: Paul Dlug
            Priority: Minor


The avro ruby client uses yajl for JSON serialization which is just one of many 
suitable JSON implementations for ruby. The multi_json gem provides a wrapper 
for JSON serialization selecting the fastest library available (Oj is now even 
faster than Yajl) and falling back to a pure ruby implementation bundled with 
multi_json. Requiring yajl also precludes the ruby gem from being used under 
jruby since it requires a C extension.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to