-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace gson with jackson #974
Comments
@chia7712
|
當時是要方便 {
"requests": [
{
"a": "b"
},
{
"a": 123
},
]
}
yep,可以宣告 |
根據需求 由於MR 太大 過於容易有衝突 將改為以下幾隻MR Impl RecordHandler
Impl TopicHandler
Impl ThrottleHandler
Impl ReassignmentHandler
Impl QuotaHandler
Impl BalancerHandler
Change Gson to JsonConverter
|
@g1geordie 感謝,可否把這些題目填寫在描述裡面?看看其他人有沒有機會一起幫忙,在你先完成基礎第一支基礎設施後 |
了解 已經補上敘述 要實作的人 |
主要是 connector client 這個方便的工具還沒合併,需要這個來幫助我們控制 kafka connector |
重新開啟此議題,因為尚未完全更新完 |
如果會涉及大量變更的話,就在另外一隻PR處理。總之,我們盡可能在整個專案只用一種json工具,如果這邊確定要用jackson的話,那就要後面發PR把gson取代掉
Originally posted by @chia7712 in #848 (comment)
...
說明
特殊問題
在兩個框架 在反序列化
Optional opt;
的時候在 json 中沒有 key(
opt
) 是不會進入反序列話的流程 將導致 opt = null所以需要初始化Optioanl
取代為jackson 的原因 :
todo
The text was updated successfully, but these errors were encountered: