You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/12/13 12:18:00 UTC

[jira] [Created] (IGNITE-18395) .NET: Thin 3.0: Remove MessagePack library dependency

Pavel Tupitsyn created IGNITE-18395:
---------------------------------------

             Summary: .NET: Thin 3.0: Remove MessagePack library dependency
                 Key: IGNITE-18395
                 URL: https://issues.apache.org/jira/browse/IGNITE-18395
             Project: Ignite
          Issue Type: Improvement
          Components: platforms, thin client
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 3.0.0-beta2


Since we adopted BinaryTuple format for user data encoding (IGNITE-17297), MessagePack is used only for basic things on the protocol level (ints, longs, bytes mostly).

At the same time, we have to deal with the library specifics: implementing IBufferWriter, complicated ReadBytesAsMemory, etc.

* Remove MessagePack dependency
* Implement required parts as suits our needs



--
This message was sent by Atlassian Jira
(v8.20.10#820010)