Re: [DISCUSS] The strategy for upgrading to the latest feature release from LTS version

2024-02-25 Thread PengHui Li
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

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

2024-02-25 Thread PengHui Li
+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

Re: [DISCUSS] PIP-338: Introducing the --log-topic Option for Pulsar Sinks and Sources

2024-02-25 Thread PengHui Li
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

Re: [DISCUSSION] Proposal to Replace Pulsar's Homegrown Configuration Framework with Gestalt Config

2024-02-25 Thread PengHui Li
> 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

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

2024-02-25 Thread Enrico Olivelli
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