MonsterChenzhuo commented on PR #4320:
URL:
https://github.com/apache/incubator-seatunnel/pull/4320#issuecomment-1462296686
The server accessing the engine through rest api will not be accessible, and
the log will print the following content:
2023-03-09 21:07:00,140 INFO
com.hazelcast.internal.server.tcp.TcpServerConnection - [localhost]:5801
[seatunnel_default_cluster] [5.1] Connection[id=152,
/127.0.0.1:5801->/127.0.0.1:51368, qualifier=null, endpoint=null,
remoteUuid=null, alive=false, connectionType=NONE, planeIndex=-1] closed.
Reason: REST endpoint group is not enabled - DATA. To enable it, do one of the
following:
- Change member config using Java API:
config.getNetworkConfig().getRestApiConfig().enableGroups(RestEndpointGroup.DATA);
- Change XML/YAML configuration property: Set
hazelcast.network.rest-api.endpoint-group DATA with `enabled` set to true
- Add system property:
-Dhz.network.rest-api.endpoint-groups.data.enabled=true (for Hazelcast
embedded, works only when loading config via Config.load)
- Add environment variable:
HZ_NETWORK_RESTAPI_ENDPOINTGROUPS.DATA.ENABLED=true (recommended when running
container image. For Hazelcast embedded, works only when loading config via
Config.load)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]