Re: [VOTE] PIP-279: Reformat property in generateResponseWithEntry

2023-06-29 Thread guo jiwei
+1 binding Regards Jiwei Guo (Tboy) On Thu, Jun 29, 2023 at 2:38 PM Enrico Olivelli wrote: > +1 binding > > Thank you > Enrico > > Il giorno mer 28 giu 2023 alle ore 08:57 Haiting Jiang > ha scritto: > > > > +1 binding > > > > Thanks, > > Haiting > > > > On Wed, Jun 28, 2023 at 10:17 AM houx

Re: [VOTE] PIP-279: Reformat property in generateResponseWithEntry

2023-06-28 Thread Enrico Olivelli
+1 binding Thank you Enrico Il giorno mer 28 giu 2023 alle ore 08:57 Haiting Jiang ha scritto: > > +1 binding > > Thanks, > Haiting > > On Wed, Jun 28, 2023 at 10:17 AM houxiaoyu wrote: > > > > +1 (non-binding) > > > > Xiaoyu Hou > > > > steven lu 于2023年6月28日周三 09:40写道: > > > > > Hi, community

Re: [VOTE] PIP-279: Reformat property in generateResponseWithEntry

2023-06-27 Thread Haiting Jiang
+1 binding Thanks, Haiting On Wed, Jun 28, 2023 at 10:17 AM houxiaoyu wrote: > > +1 (non-binding) > > Xiaoyu Hou > > steven lu 于2023年6月28日周三 09:40写道: > > > Hi, community: > > > > # Motivation > > > > reformat property,for a http header name cannot contain the following > > prohibited characters

Re: [VOTE] PIP-279: Reformat property in generateResponseWithEntry

2023-06-27 Thread houxiaoyu
+1 (non-binding) Xiaoyu Hou steven lu 于2023年6月28日周三 09:40写道: > Hi, community: > > # Motivation > > reformat property,for a http header name cannot contain the following > prohibited characters: =,;: \t\r\n\v\f > > for example: > {"city=shanghai":"tag"} > when we run `bin/pulsar-admin topics get

[VOTE] PIP-279: Reformat property in generateResponseWithEntry

2023-06-27 Thread steven lu
Hi, community: # Motivation reformat property,for a http header name cannot contain the following prohibited characters: =,;: \t\r\n\v\f for example: {"city=shanghai":"tag"} when we run `bin/pulsar-admin topics get-message-by-id `, it will throw exception, the exception is: `Reason: java.util.co