文件名称:motan-examples:Motan使用有关跨语言调用的示例
文件大小:41KB
文件格式:ZIP
更新时间:2024-06-06 19:55:11
Java
莫坦的例子 Motan使用有关交叉语言调用的示例。 每种语言的服务定义 (JAVA,Golang,OpenResty-Lua,PHP)* HelloWorldService //用于简单的测试演示 BenchmarkService //用于本马克测试 服务识别 在每种语言中,请使用相同的Motan服务路径,就像“ HelloWorldService”使用“ com.weibo.motan.HelloWorldService”,“ BenchmarkService”使用“ com.weibo.motan.benchmark.BenchmarkService”一样,但是每种服务都有不同的组名,例如motan-go-example为Golang, motan-java-example的Java, motan-openresty-example用于openResty-Lua中, motan-se
【文件预览】:
motan-examples-master
----openresty-lua()
--------ngx_conf()
--------ngx_stream_conf()
--------index.lua(944B)
--------client-example.lua(748B)
--------motan-openresty.conf(2KB)
--------motan-service()
----php()
--------composer.json(452B)
--------motan.php(2KB)
--------vendor()
--------composer.lock(2KB)
--------yar.php(263B)
----php-server()
--------index.php(845B)
----go()
--------server.go(400B)
--------motan-services()
--------server.yaml(1KB)
--------client.go(1KB)
--------client.yaml(1KB)
----.gitignore(363B)
----java()
--------motan-example()
----README.md(4KB)
----weibo-mesh()
--------services.yaml(3KB)
--------services.go(214B)