We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
另外我感覺mapByPartition的設計似乎缺少明確的意義,它似乎只是一個劣化版的mapByReplica,不如把它修改成回傳leader partition 或者直接移除。
同意,mapByPartition似乎可以被mapByReplica所取代
mapByPartition
mapByReplica
@qoo332001 你覺得呢?
Originally posted by @chia7712 in #569 (comment)
The text was updated successfully, but these errors were encountered:
好的,我開一隻PR處理,把回傳的replica改回只回傳leader
Sorry, something went wrong.
我開一隻PR處理,把回傳的replica改回只回傳leader
我倒是覺得移除比較好,畢竟mapByReplica應該在做cost使用時更適合,因為它帶有節點的資訊。還是說mapByPartition有特定的用途嗎?
還是說mapByPartition有特定的用途嗎?
目前確實是沒有用到mapByPartition的地方,那我先拿掉好了
No branches or pull requests
同意,
mapByPartition
似乎可以被mapByReplica
所取代@qoo332001 你覺得呢?
Originally posted by @chia7712 in #569 (comment)
The text was updated successfully, but these errors were encountered: