Re: [DISCUSS] PIP-304: Make PublishContext provide the message metadata

2023-10-07 Thread Zixuan Liu
+1 Thanks, Zixuan Yubiao Feng 于2023年10月7日周六 21:05写道: > > Hi Kecona > > Sorry, I think I did not clear what I wanted to say. And correct it: could > you add more detail to the Motivation, for example: I need the field > `ordering_key` to do something, but I can not get it from Publish Context. >

Re: [VOTE] PIP-302 Introduce refreshAsync API for TableView

2023-10-07 Thread Dezhi Liu
+1 Thanks, Dezhi On 2023/09/27 07:04:43 Xiangying Meng wrote: > Hi dev, >This thread is to start a vote for PIP-302 Add new API > refreshAsync for TableView. > Discuss thread: > https://lists.apache.org/thread/o085y2314o0fymvx0x8pojmgjwcwn59q > PIP:

Re: [VOTE] PIP-302 Introduce refreshAsync API for TableView

2023-10-07 Thread Baodi Shi
+1 (no-binding) Thanks, Baodi Shi On Oct 7, 2023 at 21:06:35, Yubiao Feng wrote: > +1 (no-binding) > > And correct the link of PIP: > - https://github.com/apache/pulsar/pull/21271 > > Thanks > Yubiao Feng > > On Wed, Sep 27, 2023 at 3:04 PM Xiangying Meng > wrote: > > Hi dev, > >This

Re: [VOTE] PIP-302 Introduce refreshAsync API for TableView

2023-10-07 Thread Yubiao Feng
+1 (no-binding) And correct the link of PIP: - https://github.com/apache/pulsar/pull/21271 Thanks Yubiao Feng On Wed, Sep 27, 2023 at 3:04 PM Xiangying Meng wrote: > Hi dev, >This thread is to start a vote for PIP-302 Add new API > refreshAsync for TableView. > Discuss thread: >

Re: [DISCUSS] PIP-304: Make PublishContext provide the message metadata

2023-10-07 Thread Yubiao Feng
Hi Kecona Sorry, I think I did not clear what I wanted to say. And correct it: could you add more detail to the Motivation, for example: I need the field `ordering_key` to do something, but I can not get it from Publish Context. Thanks Yubiao Feng On Sat, Oct 7, 2023 at 3:53 PM kecona wrote:

Re: [VOTE] PIP-302 Introduce refreshAsync API for TableView

2023-10-07 Thread guo jiwei
+1 Regards Jiwei Guo (Tboy) On Sat, Oct 7, 2023 at 8:07 PM PengHui Li wrote: > +1 > > Thanks, > Penghui > > On Wed, Sep 27, 2023 at 3:09 PM Zike Yang wrote: > > > +1 > > > > BR, > > Zike Yang > > > > On Wed, Sep 27, 2023 at 3:05 PM Xiangying Meng > > wrote: > > > > > > Hi dev, > > >

Re: [VOTE] PIP-302 Introduce refreshAsync API for TableView

2023-10-07 Thread PengHui Li
+1 Thanks, Penghui On Wed, Sep 27, 2023 at 3:09 PM Zike Yang wrote: > +1 > > BR, > Zike Yang > > On Wed, Sep 27, 2023 at 3:05 PM Xiangying Meng > wrote: > > > > Hi dev, > >This thread is to start a vote for PIP-302 Add new API > > refreshAsync for TableView. > > Discuss thread: >

Re: [DISCUSS] PIP-304: Make PublishContext provide the message metadata

2023-10-07 Thread kecona
Hi yubiao, The above message metadata is confusing to you. The message metadata refers to `org.apache.pulsar.common.api.proto.MessageMetadata`. This PIP has been updated, could you review it again? Thanks, Kecona kecona 于2023年10月7日周六 12:48写道: > Hi all, > > I wrote a PIP to make