-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Infinispan 15 servers should enable the Resp and Memcached endpoints by default.
It should now be possible to update the infinispan-base-15.xml configuration to implicitly configure endpoints as the server automatically configures endpoints based upon the configured security realms. e.g.
<endpoints> <endpoint socket-binding="default" security-realm="default" {{ if ne .Endpoints.ClientCert "None" }}require-ssl-client-auth="true"{{ end }} /> </endpoints>
- relates to
-
JDG-7214 [doc] Add explanation and examples for memcached and RESP protocol configuration and autodetection
- New