[infinispan-issues] [JBoss JIRA] (ISPN-9459) Remove compat mode from the Memcached server

Gustavo Fernandes (JIRA) issues at jboss.org
Fri Aug 24 13:51:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-9459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Fernandes updated ISPN-9459:
------------------------------------
    Description: 
The memcached server makes it hard to enable interoperability with other endpoints, as it stores keys as java.lang.String and treats byte[] as opaque values. 

It should respect the cache storage configuration and provide a way to specify what is the data type of the value that clients sends and receive, in order to convert it to/from the storage format.  

  was:
The memcached server makes it hard to enable interoperability with other endpoints, as it stores keys as java.lang.String and treats byte[] as opaque values. 

It should respect the cache storage configuration and provide a way to specify what is the data type of the value that clients sends and receive, in order to convert it to/from the storage format.



> Remove compat mode from the Memcached server
> --------------------------------------------
>
>                 Key: ISPN-9459
>                 URL: https://issues.jboss.org/browse/ISPN-9459
>             Project: Infinispan
>          Issue Type: Sub-task
>          Components: Memcached
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>
> The memcached server makes it hard to enable interoperability with other endpoints, as it stores keys as java.lang.String and treats byte[] as opaque values. 
> It should respect the cache storage configuration and provide a way to specify what is the data type of the value that clients sends and receive, in order to convert it to/from the storage format.  



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list