Home > front end >  Hazelcast enable rest-api
Hazelcast enable rest-api

Time:04-05

I have hazelcast version 3.8.3. I want to enable rest api.

I wrote in the config:

CodePudding user response:

The rest-api section was added in 3.12, you're using 3.8.

An upgrade should sort it.

The latest Hazelcast 3 series is 3.12.9, but it's still old.

Current Hazelcast is Hazelcast 5. If you can upgrade, going to 5.1.1 would be better, the very latest (as of time of writing) -- even faster, more features, etc.

  • Related