Created a PR https://github.com/apache/pulsar-site/pull/795 to improve the
doc.
Regards,
Penghui
On Thu, Feb 1, 2024 at 8:56 AM PengHui Li wrote:
> There is a question from Girish in the Pulsar Slack channel [0] asking if
> users can
> upgrade to the latest feature release from the LTS version
+1 Great user experience improvement.
Regards,
Penghui
On Sat, Feb 24, 2024 at 3:15 AM Zixuan Liu wrote:
> > 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 n
Do we need to take the authorization into account?
Users might need to take one more step to grant permission to access the
log topic.
It is better to mention it in the proposal.
If users try to use one log topic for multiple functions,
Is it easy for them to distinguish which function the logs ar
> It would be nice to just have the config library to read the environment
variables directly, instead of having to write them down in the file.
I guess it should be easy to have it with the existing homegrown
configuration solution
without completely moving to a new lib.
For the other points suc
Il Lun 26 Feb 2024, 02:23 PengHui Li ha scritto:
> +1 Great user experience improvement.
>
> Regards,
> Penghui
>
> On Sat, Feb 24, 2024 at 3:15 AM Zixuan Liu wrote:
>
> > > Can you please share some pointers ?
> >
> > Only `org.apache.pulsar.shell.ShellCommandsProvider#getJCommander` uses
> > j