apache Ignite会识别它​​自己使用的webservice的当前主机和端口吗?

时间:2018-04-10 12:10:03

标签: spring-boot ignite

应该使用什么样的配置来使apache点燃在restful webservice中使用,以便在部署它的任何地方标识自己的主机和端口。 我可以看到在example-ignite.xml文件中直接给出主机名和端口名。

2 个答案:

答案 0 :(得分:2)

Ignite不知道它是否在网络服务中。您需要配置自己的网络服务,例如,使用jetty + jersey并在需要时从中调用Ignite API:

Ignite Spring Boot integration exampleSpring Boot REST service example

答案 1 :(得分:0)

Ignite还附带了自己的REST API:

https://apacheignite.readme.io/docs/rest-api