wcc1433
wcc1433
公司:杭州趣程网络科技 城市:杭州 邮箱:[[email protected]] dubbo版本:3.0.9 1、应用级服务发现 2、跨语言服务调用 3、性能 官方文档在大的功能模块上介绍较多,但是具体落地细节的资料和文档都不太完善。而且用的 3.0.9还遇到一些 bug,借助社区才解决
 [api/](http://localhost/api/assets/types) keep reporting errors
Modify the configuration of OMAG Server as: ``` startup.user=admin startup.server.list=cocoMDS1 ``` OMAG Server cannot be started and an error message is reported: ``` 2024-03-15T05:32:43.765Z INFO 1 --- [ main] o.o.o.s.springboot.OMAGServerPlatform...
> Please check Flink webui dashboard whether `snappy-java-x.jar` exists, maybe this is a clue It is invalid. I checked from the web-ui and there is no snappy-java-xxx.jar file. My other...
> It is weird, I found the jar in the dashboard of paimon 0.9. Could you please paste the detailed sql to help checking?奇怪的是,我在 paimon 0.9 的仪表板里找到了那个 jar。您能否粘贴详细的 sql 以帮助检查?...
web-ui 的 jar包列表: 
这是一个使用 paimon-action 同步 mysql 数据的cdc 任务
I don't quite understand? What should I do?
目前的解决方案使用 flink 内部打包的 jackson2 自定义了一个 StarRocksIJsonSerializer 的实现替换原本的实现 import com.starrocks.connector.flink.row.sink.StarRocksISerializer; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.annotation.JsonAutoDetect; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.annotation.JsonInclude; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.annotation.PropertyAccessor; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonProcessingException; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.*; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.module.SimpleModule; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer; import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer; import...
希望官方能升级 fastjson2 或者替换为 jackson