elitewe

Results 2 issues of elitewe

I'm using confluent kafka jdbc connector, but I don't find the /etc/kafka/connect-log4j.properties file, which is described on https://docs.confluent.io/platform/current/connect/logging.html. I want to know how this connector output logs by log4j.

### 问题描述 使用序列化方法JSON.toJSONString(dataMap, SerializerFeature.WriteClassName),反序列话后的对象中包含@type信息,理想情况下应该不会出现@type(fastjson1反序列化后没有@type) ### 环境信息 - OS信息: Windows - JDK信息: JDK17 - 版本信息:Fastjson2 2.0.49 ### 重现步骤 ``` Map dataMap = new HashMap(2); dataMap.put("aInteger", 1); dataMap.put("aLong", 2L); dataMap.put("aFloat", 3F); String...

question