Hi, all Recently I found a pr about repairing issue 2881[1] submitted by @cvictory. Currently due to the merger of dubbox, dubbo has the ability to register classes to kryo(fst) at startup. In a distributed scenario, kryo's serialization approach can cause problems. @cvictory is currently submitting a solution[2] to fix this problem, which I personally think is a very good way, but we need more advice.
Anyone willing to help review it? [1] https://github.com/apache/incubator-dubbo/issues/2881 [2] https://github.com/apache/incubator-dubbo/pull/2964