SingKS8
SingKS8
I have the same issue on k8s in this two months(first time deploy in March 2022, everything was ok), all logs about LoggingClient for es api are UNKNOWN host like...
I have same issue like you with version 5.1.2. when the sql schema is uppercase something like ``` SELECT COUNT * FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = ? AND table_name =...
> I have the same issue on k8s in this two months(first time deploy in March 2022, everything was ok), all logs about LoggingClient for es api are UNKNOWN host...
Here is my demo https://github.com/SingKS8/redisom-demo.git Running the testcase cloud reproduce this exception. I have tested this demo in '@DynamicPropertySource' way without 'spring-boot-testcontainers' component, it is ok
springcloud-2021.x 系列通过补充被排除的依赖可以解决,而springcloud-2022.x系列因为jakarta ee模块的改造;netflix专门为此发了一个2.0.0版本,并且有不少变动,像`com.netflix.discovery.DiscoveryClient`基本是构造方法都被重构了。 个人认为seata团队先确定版本支持的时间线,以及何时升级相关版本然后改造,否则单纯一个PR会带来一定稳定性上的风险。
Same issue here, after upgrading to 1.0.222