[VOTE] Release Apache Pulsar Helm Chart 3.3.0 based on 3.3.0-candidate-1

2024-02-23 Thread Lari Hotari
Hello Apache Pulsar Community, This is a call for the vote to release the Apache Pulsar Helm Chart version 3.3.0. Release notes for 3.3.0-candidate-1: https://github.com/apache/pulsar-helm-chart/releases/tag/pulsar-3.3.0-candidate-1 The release candidate is available at: https://dist.apache.org

Re: [DISCUSS] Migrate CLI parser from jcommander to picocli

2024-02-23 Thread Zixuan Liu
> Can you please share some pointers ? Only `org.apache.pulsar.shell.ShellCommandsProvider#getJCommander` uses jcommander API. I need to use picocli instead of jcommander, or add a new method. Using picocli instead of jcommander will reduce some code, but it will break the signature of some metho

Re: [DISCUSS] PIP-331: WASM Function API

2024-02-23 Thread Lari Hotari
> What do you think about implementing a WASM function runtime directly? > It could be on par with the current Java function runtime. If we > define the API or SDK for WASM and Pulsar interaction, users could > simply upload their WASM files and process messages just like a Pulsar > function. +1 .

Re: [DISCUSS] Migrate CLI parser from jcommander to picocli

2024-02-23 Thread Enrico Olivelli
Il Ven 23 Feb 2024, 04:34 Zixuan Liu ha scritto: > Thanks for the feedback! > > > Please take into account Pulsar Shell extensions > > This is a tricky issue, I noticed that it depends on jcommander here, Can you please share some pointers ? IIRC the shell extensions shouldn't need jcommander,