You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (Jira)" <ji...@apache.org> on 2021/02/24 01:53:03 UTC

[jira] [Commented] (CAMEL-15679) LevelDB: Consider replacing of serizalization via org.fusesource.hawtbuf:hawtbuf with Jackson

    [ https://issues.apache.org/jira/browse/CAMEL-15679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17289550#comment-17289550 ] 

Jiri Ondrusek commented on CAMEL-15679:
---------------------------------------

yes. I'll start working on it probably at the beginning of the next week.


(I couldn't add a comment to the issue)

st 21. 10. 2020 v 20:27 odesílatel Claus Ibsen (Jira) <ji...@apache.org>



> LevelDB: Consider replacing of serizalization via org.fusesource.hawtbuf:hawtbuf with Jackson
> ---------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-15679
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15679
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-leveldb
>    Affects Versions: 3.5.0
>            Reporter: Jiri Ondrusek
>            Assignee: Jiri Ondrusek
>            Priority: Major
>             Fix For: 3.7.0
>
>
> 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:
>  # Serialization with Jackson is faster (see [http://rick-hightower.blogspot.com/2014/04/which-is-faster-java-object.html])
>  # Camel-quarkus can not use java object serialization in native (see [https://github.com/oracle/graal/issues/460]) Current workaround uses Jackson instead. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)