Re: [DISCUSS] Return the message ID of the first chunk when sending chunked messages

2021-09-22 Thread Rajan Dhabalia
Hi, Though chunked messages are sequential for a specific producer, it's not guaranteed that they will be contiguous when the broker receives them and writes them to a ledger. So, it will be a little tricky to find out the first message-id of any chunked-message at any given time unless broker tag

Re: PIP 95: Transaction coordinator loading mechanism.

2021-09-22 Thread PengHui Li
The proposal should be https://github.com/apache/pulsar/issues/12129? I think you can close this email thread to start a new one to avoid confusion. Thanks, Penghui On Wed, Sep 22, 2021 at 2:31 PM 丛搏 wrote: > Hello: > > We are sorry that there is an error in the existing transaction > coordinat

Re: [DISCUSS] Return the message ID of the first chunk when sending chunked messages

2021-09-22 Thread Zike Yang
Hi, Rajan. I think we can make changes only on the client side. Probably only the part of sendMessages of the producer. When the producer sends a chunked message, the message-id of the first chunk is stored temporarily in the producer until all chunks have been sent, and then it is returned

[DISCUSS]

2021-09-22 Thread 丛搏
Hi Pulsar Community, We found some problems in the transaction coordinator load mechanism. For details, please see: https://github.com/apache/pulsar/issues/12129 Thanks. Bo

Reverting GitHub Doc Bot

2021-09-22 Thread Enrico Olivelli
Hello, I have to revert the Doc Bot because it looks like it needs more permissions that what we have currently in the token we are using on GitHub Currently CI in broker, every new PR will fail validation. This is the commit that broke everything https://github.com/apache/pulsar/commit/d4702ed17

Re: [PROPOSAL] Introduce Maven Modernizer plugin to Pulsar

2021-09-22 Thread Zhengxin Cai
Hi there, I'm not sure if this is worth a PIP in the sense that it's not trying to refactor existing or add new functionality which we might face trade off thus need detailed design and discuss Replacing code snippets with an equivalent from higher version JDK should have no impact from functional

Re: [PROPOSAL] Introduce Maven Modernizer plugin to Pulsar

2021-09-22 Thread Enrico Olivelli
Il giorno mer 22 set 2021 alle ore 14:33 Zhengxin Cai ha scritto: > Hi there, > > I'm not sure if this is worth a PIP in the sense that it's not trying to > refactor existing or add new functionality which we might face trade off > thus need detailed design and discuss > Replacing code snippets w

Re: [ANNOUNCE] Apache Pulsar 2.8.1 released

2021-09-22 Thread Enrico Olivelli
Congrats thank you for being the RM Enrico Il giorno mer 22 set 2021 alle ore 04:51 Anonymitaet _ < anonymita...@hotmail.com> ha scritto: > Congratulations on this new release! Thank you for your continuous effort! > > > > *From: *Jinfeng Huang > *Reply-To: *"us...@pulsar.apache.org" > *Date:

[GitHub] [pulsar-client-node] osbornm commented on issue #122: npm install fails on win10

2021-09-22 Thread GitBox
osbornm commented on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-924998580 @gaoran10 I can and have got the node client to build local after pulling down the c++ library building and setting the ENV. This is tangential to the problem I have

Re: Topic metadata

2021-09-22 Thread Michael Marshall
Hi Enrico, This sounds like a useful feature. Do you expect to use it internally in pulsar or should it be limited to external applications? In thinking about authorization, what level of permission should be required to create/update/delete these labels? It seems to me that these should require

Re: Topic metadata

2021-09-22 Thread Matteo Merli
We already have a mechanism to store custom properties in managed ledgers. So we don't need to store it separately. -- Matteo Merli On Wed, Sep 22, 2021 at 3:21 PM Michael Marshall wrote: > > Hi Enrico, > > This sounds like a useful feature. Do you expect to use it internally in > pulsar or shou

Re: Topic metadata

2021-09-22 Thread Joe F
I don't think pulsar should increase its dependency on ZK. Can we store it somewhere else? On Wed, Sep 22, 2021, 3:30 PM Matteo Merli wrote: > We already have a mechanism to store custom properties in managed > ledgers. So we don't need to store it separately. > -- > Matteo Merli > > > On Wed,

[GitHub] [pulsar-manager] asagjj opened a new issue #422: when click clusters tab, pulsar-manager log will print MalformedURLException

2021-09-22 Thread GitBox
asagjj opened a new issue #422: URL: https://github.com/apache/pulsar-manager/issues/422 Scene: pulsar with multiple adminhttpservers -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: Topic metadata

2021-09-22 Thread PengHui Li
Another option is to store the custom properties of the topic to the system topic as the topic policy does. The limitation is if using the system topic, we are not able to guarantee the atomic operation for the topic creation and properties adding, But it is required in some cases. Yes, the manage

Re: [ANNOUNCE] Apache Pulsar 2.8.1 released

2021-09-22 Thread PengHui Li
Congrats and thanks for the great work Hang. Penghui On Wed, Sep 22, 2021 at 8:42 PM Enrico Olivelli wrote: > Congrats > thank you for being the RM > > Enrico > > Il giorno mer 22 set 2021 alle ore 04:51 Anonymitaet _ < > anonymita...@hotmail.com> ha scritto: > > > Congratulations on this new r

Adding a new token and GH secret for the doc bot

2021-09-22 Thread Enrico Olivelli
Hello, it looks like we need to add a new GH token as GH secret in order to make the documentation bot work. the current token has not write privileges (is this statement correct?) and cannot add labels and comments. My plan is to: 1) create a new token 2) add it as GH secret 3) Allow the Doc bot