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
> 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
> 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 .
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,