They can use `reconsumeLaterCumulative ` for non shared sub instead
On 2022/07/26 02:06:05 Haiting Jiang wrote: > Hi Gavin, > > Do we have any plans for compatibility issue? As the exclusive subscription > type > is the default setting, user may use it even if they don't have any message > order > requirements. > > Thanks, > Haiting > > On 2022/07/25 06:50:12 Gavin gao wrote: > > As The official doc says "Currently, retry letter topic is enabled in > > Shared subscription types". But, actually We can use this method when using > > non shared sub. We should disable using this method for message order > > considering. > > > > Pr: https://github.com/apache/pulsar/pull/16745 > > >