-
Feature Request
-
Resolution: Done
-
Major
-
RHDG 8.0 GA
-
8
-
False
-
None
-
False
-
-
-
-
+
-
https://github.com/infinispan/infinispan/pull/10655, https://gitlab.cee.redhat.com/red-hat-jboss-data-grid-documentation/rhdg-documentation/-/commit/4796588cc4683783a8e2f49359b1b352e3d5aec7, https://gitlab.cee.redhat.com/red-hat-jboss-data-grid-documentation/rhdg-documentation/-/merge_requests/822, https://github.com/infinispan/infinispan/pull/12562, https://gitlab.cee.redhat.com/red-hat-jboss-data-grid-documentation/rhdg-documentation/-/commit/96ffbdd07192ebbb8aeb4b8d0c4defcc27d2b32d
-
-
The new Memcached connector transparently replaces the old one shipped with 8.4 and offers the following improvements:
- support for both the TEXT and BINARY protocols (For both of these we have implemented authentication and encryption as well as autodetection which allow us to enable Memcached by default)
- authentication against the server security realms
- encryption (TLS)
- greatly improved performance
- protocol auto-detection which means the connector is enabled on the default server port out of the box
One caveat of the auto-detection is that for text protocol, clients must send a "fake" SET operation to authenticate on connection
if that is not possible for their applications, they should create a memcached connector on a dedicated port without authentication
- documents
-
JDG-3874 Implement memcached endpoint with security
- Verified
- is related to
-
ISPN-16223 Docs edits for Using the Memcached protocol endpoint with Infinispan guide
- Resolved