Re: [DISCUSSION] Support seek and ack multiple MessageIds

2022-11-13 Thread Yunze Xu
Hi Bo, It makes sense to me. I will write the demo this week. Thanks, Yunze

Re: [DISCUSSION] Support seek and ack multiple MessageIds

2022-11-13 Thread 丛搏
Hi Yunze, Yunze Xu 于2022年11月10日周四 20:17写道: > ```java > Map> seekAsync(Map > messageIdMap); > Map> acknowledgeAsync(Map MessageId> messageIdMap); > Map> > acknowledgeCumulativeAsync(Map messageIdMap); > ``` why not add the method using `String topicName directly, MessageId msgId` directly? like:

Re: [DISCUSSION] Support seek and ack multiple MessageIds

2022-11-10 Thread Enrico Olivelli
Yunze, great explanation, I support your proposals at 100% Enrico Il giorno gio 10 nov 2022 alle ore 13:17 Yunze Xu ha scritto: > > Hi all, > > From the previous discussion [1], we reached a consensus that > MessageId should only be a comparable and serializable opaque object > (only in Java cli