Thanks for driving this topic. I think this FLIP could help clean up the codebase to make it easier to maintain. +1 on it.
Best, Zhanghao Chen ________________________________ From: Weihua Hu <huweihua....@gmail.com> Sent: Monday, February 27, 2023 20:40 To: dev <dev@flink.apache.org> Subject: [DISCUSS] FLIP-298: Unifying the Implementation of SlotManager Hi everyone, I would like to begin a discussion on FLIP-298: Unifying the Implementation of SlotManager[1]. There are currently two types of SlotManager in Flink: DeclarativeSlotManager and FineGrainedSlotManager. FineGrainedSlotManager should behave as DeclarativeSlotManager if the user does not configure the slot request profile. Therefore, this FLIP aims to unify the implementation of SlotManager in order to reduce maintenance costs. Looking forward to hearing from you. [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP-298%3A+Unifying+the+Implementation+of+SlotManager Best, Weihua