Search code examples
xmljbossconfiginfinispanhot-rod

Infinispan 11.x - 12.x XML Configuration


I was guessing if there's a specific section on the infinispan's XML config file where I can specify the following entities:

  • HotRod configuration
  • JBoss configuration

I'm trying to find anything related in the official documentation but wasn't able. I'm passing from Infinispan 9.x to 11.x or 12.x, and I see there's a huge difference in the XML config file.

Thank you.

Edit 1: I'd like to reproduce this part in the new config XML file


Solution

  • Check the Endpoints documentation. I believe it has everything you need.

    Be advised that the new Infinispan server uses a single port (11222 by default) to handle REST and Hot Rod requests.

    You have the Schema description here. Search for "endpoints".

    If you still have trouble updating your configuration, feel free to comment here or check the Zulip Chat.