Viyond

Results 5 issues of Viyond

1、请问如果java之间也通过agent来发送请求的话,使用姿势是怎么样的呢,有没有可以运行的demo,前面提到的motan-example里面的java调用貌似是并没有通过agent的来交互的? 2、求一份如php、java分别通过agent来进行交互的可运行demo; 3、simple序列化针对用户自定义的POJO对象类型(非基本类型)可以序列化么

如题,org.apache.logging.log4j.core.script.ScriptManager中76行会调用javax.script.ScriptEngineManager来获取ScriptEngineFactory, ![image](https://user-images.githubusercontent.com/4710189/46005419-ce8b1580-c0e7-11e8-84e9-6b6e9c0a39b8.png) ![image](https://user-images.githubusercontent.com/4710189/46005444-dd71c800-c0e7-11e8-8253-772be8513e34.png) ![image](https://user-images.githubusercontent.com/4710189/46005493-f4181f00-c0e7-11e8-9bde-2df4f63afec9.png)

clang++ -I/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/Headers -I/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/Headers/darwin -std=c++11 -stdlib=libc++ -DTARGET_RT_MAC_CFM=0 -D__LP64__=1 -fdiagnostics-show-option -fno-exceptions -fno-omit-frame-pointer -fno-strict-aliasing -funsigned-char -fno-asynchronous-unwind-tables -m64 -msse2 -g -D__STDC_FORMAT_MACROS -Weverything -Wno-c++98-compat-pedantic -Wno-padded -Wno-missing-prototypes -Wall -Werror -Wformat-security -Wno-char-subscripts -Wno-sign-compare -Wno-strict-overflow -Wwrite-strings -Wnon-virtual-dtor -Woverloaded-virtual...

can u provide some user case, thanks.

如题,clivia网关目前可以将接收到的http请求转发到后端的rpc服务吗?比如dubbo、grpc等一些自定义rpc协议的后端服务,这块clivia上可以怎么拓展? 如何拓展对接自定义的注册中心,比如nacos,zk等