Re: [DISCUSS] PIP-296: Support storing broker internal client certificates in metadata store

2023-09-10 Thread PengHui Li
Great discussion. I support making it pluggable for now, while I previously held the belief that storing within metadata was feasible. Regardless of the storage location, users always require a means to upload the cert files. This can be accomplished either by directly using the pulsar-admin CLI

Re: [DISCUSS] PIP-286: Add findNewestPosition method in the TopicCompactionService API

2023-09-10 Thread Cong Zhao
Hi, guys I noticed that the only globally ordered fields in the metadata are 'publishTime' and 'entryIndex' (offset), so I split the previous method into `findEntryByPublishTime` and `findEntryByEntryIndex`, this will make method definitions more precise. The method returns the entry directly i

Re: [VOTE] Pulsar DotPulsar Release 3.0.0 Candidate 1

2023-09-10 Thread mattison chao
+1 (binding) • Checked signature and checksums • Built the client from the source • Ran basic example. Best, Mattison On 8 Sep 2023 at 17:57 +0800, tison , wrote: > +1 (binding) > > I checked > > - Signature and checksums match > - Build the client from the source > - Run examples > > Best, > ti