Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-15679

LevelDB: Consider replacing of serizalization via org.fusesource.hawtbuf:hawtbuf with Jackson

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.5.0
    • 3.7.0
    • camel-leveldb
    • None
    • Unknown

    Description

      Current implementation of serialization is based on `org.fusesource.hawtbuf:hawtbuf` and  java object serialization. It would be better to use Jackson instead. Here are some reasons:

      1. Serialization with Jackson is faster (see http://rick-hightower.blogspot.com/2014/04/which-is-faster-java-object.html)
      2. Camel-quarkus can not use java object serialization in native (see https://github.com/oracle/graal/issues/460) Current workaround uses Jackson instead. 

      Attachments

        Issue Links

          Activity

            People

              jondruse Jiri Ondrusek
              jondruse Jiri Ondrusek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: