[DISCUSS] PIP-297: Support raising exceptions using Function & Connector context

2023-08-28 Thread Zike Yang
Hi, all I opened a new PIP: https://github.com/apache/pulsar/pull/21079 This PIP is to improve the current function exception handler. It will be applied to both Pulsar Function and Pulsar IO Connector. Please feel free to give your feedback. Thanks! BR, Zike Yang

Re: [DISCUSS] PIP-297: Support raising exceptions using Function & Connector context

2023-08-28 Thread Enrico Olivelli
Zike, Il giorno lun 28 ago 2023 alle ore 11:53 Zike Yang ha scritto: > > Hi, all > > I opened a new PIP: https://github.com/apache/pulsar/pull/21079 > > This PIP is to improve the current function exception handler. It will > be applied to both Pulsar Function and Pulsar IO Connector. > > Please

Re: [DISCUSS] Release DotPulsar 3.0.0

2023-08-28 Thread tison
+1 Thanks for driving this release. You may call a vote once the release candidate is ready. Perhaps, * Staging source tarball with sign and checksum to SVN directory [1] (IIRC all committers should have the permission) * Staging Nuget Package For the vote email, you may adapt the one of pulsar-

Re: [DISCUSS] PIP-264: Enhanced OTel-based metric system

2023-08-28 Thread Asaf Mesika
Thanks for taking the time to review the document - *highly appreciated*. I'm inlined my comments below. On Mon, Aug 21, 2023 at 12:19 PM Hang Chen wrote: > Hi Asaf, > Thanks for bring up the great proposal. > > After reading this proposal, I have the following questions. > 1. This proposal

Re: [DISCUSS] PIP-264: Enhanced OTel-based metric system

2023-08-28 Thread Asaf Mesika
I've relocated the PIP content from the issue ( https://github.com/apache/pulsar/issues/20197) to a PR ( https://github.com/apache/pulsar/pull/21080) so I could add TOC and also be inlined with the new process. On Mon, Aug 28, 2023 at 5:46 PM Asaf Mesika wrote: > Thanks for taking the time to

[VOTE] PIP-264: Enhanced OTel-based metric system

2023-08-28 Thread Asaf Mesika
Hi, I'm very happy to start the vote process for PIP-264. PIP is located at https://github.com/apache/pulsar/pull/21080. The PIP was at the discussion stage from April 27th (~4 months). I want to express my sincere gratitude to Matteo, Hang and Larry for taking the time to read through the *enti

Re: [VOTE] PIP-264: Enhanced OTel-based metric system

2023-08-28 Thread Hang Chen
+1 (binding) Thanks for your great proposal! Best, Hang Asaf Mesika 于2023年8月28日周一 22:55写道: > > Hi, > > I'm very happy to start the vote process for PIP-264. > > PIP is located at https://github.com/apache/pulsar/pull/21080. > > The PIP was at the discussion stage from April 27th (~4 months). I

Re: [VOTE] PIP-264: Enhanced OTel-based metric system

2023-08-28 Thread Matteo Merli
+1 -- Matteo Merli On Mon, Aug 28, 2023 at 8:03 AM Hang Chen wrote: > +1 (binding) > > Thanks for your great proposal! > > Best, > Hang > > Asaf Mesika 于2023年8月28日周一 22:55写道: > > > > Hi, > > > > I'm very happy to start the vote process for PIP-264. > > > > PIP is located at https://github.co

Re: [DISCUSS]PIP-295: Fixing Chunk Message Duplication Issue

2023-08-28 Thread Heesung Sohn
Hi, Can we clarify how the customer can deup the following duplicate chunked msgs? Lets say we have dedup topic here, // producer sends a chunked msg, m1 s1, c0 s1, c1 s1, c2 // complete // producer oom and restarted without updating the sequence id to 2 // producer resend the msg(same content)

Re: [VOTE] Pulsar Client Python Release 3.3.0 Candidate 1

2023-08-28 Thread Matteo Merli
+1 binding - Checked signatures - Checked macos and linux wheel files. -- Matteo Merli On Sun, Aug 27, 2023 at 6:13 PM PengHui Li wrote: > OS: macOS Ventura Version 13.4.1 (c) (22F770820d) > Python: 3.11.4 > > +1 (binding) > > - Checked the signature > - Build wheel from source > - Run exa