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

2023-06-27 Thread Shiji Lu
the DISCUSS is passed,I have send the VOTE for this PIP https://lists.apache.org/thread/g354684m9h495o3p0kmzb7fh7vfxhddx On 2023/06/21 03:22:52 steven lu wrote: > # Motivation > > reformat property,for a http header name cannot contain the following > prohibited characters: =,;: \t\r\n\v\f > >

Re: [DISCUSS] PIP-244: Refactor ByteBuf release method

2023-01-30 Thread Shiji Lu
Good suggestions, There are three ways to write release in current pulsar and bookkeeper projects: 1.ByteBuf.release: Call release directly without handling any exceptions; 2.ReferenceCountUtil.release: return processing status; 3. ReferenceCountUtil. safeRelease: without return value, print except