githubcheng2978

Results 8 issues of githubcheng2978

在使用orderBy时 Weekend.of(WorkFormOperation.class).orderBy(WorkFormOperation::getCreateTime) 抛出异常 Weekend.of(WorkFormOperation.class).orderBy("createTime") 这种方式确可以

support RoutingConnectionFactory like datasource?

type: enhancement

akka 模式下,只有在事物结束时候,数据才写入到es,是基于什么才写入到es呢,写入到mysql也是可以的吧

omega 只会在启动的时候,会读取所有的alpha所有的地址信息,并初始化channel,如果中间某个alpah 挂掉,omege是感知不到的,即使接入了注册中心,即使注册中心客户端刷新了alpha的地址,omega也没有重新刷新channel,所以omega 接入注册中心的意义在哪里

hikariConfig.setConnectionTimeout(1000); ![image](https://user-images.githubusercontent.com/22095448/187842692-e878f0cf-d891-4e8b-9f0b-e652ff0a4439.png) the expect to getConnection is 1000ms, but the createTimoutExcetipn is 4339ms.

how to enhance thread construct method ?

question

1. i redefine org.apache.http.impl.client.CloseableHttpClient in java agent 2. the agent has follow code: `ClassInjector.UsingUnsafe.Factory factory = ClassInjector.UsingUnsafe.Factory.resolve(instrumentation); factory.make(null, null).injectRaw(classesTypeMap); agentBuilder = agentBuilder.with(new AgentBuilder.InjectionStrategy.UsingUnsafe.OfFactory(factory));` 4. the application will load class org.apache.http.impl.client.CloseableHttpClient...

question

I wrote ClassInjector.UsingUnsafe.Factory factory = ClassInjector.UsingUnsafe.Factory.resolve(instrumentation); factory.make(null, null).injectRaw(classesTypeMap); Then the code agentBuilder.with(new AgentBuilder.InjectionStrategy.UsingUnsafe.OfFactory(factory)) seems redundant

question