Re: [ANNOUNCE] New Committer: Chris Bono
Congrats!
Re: [DISCUSS] Switch the client complier to JDK 11 or 17 from JDK 8
-1. We could know the user dependency. Maybe the user dependent the third lib is not compatible with 11 or 17. It will introduce some problem for user. And the user need to pay more effort to test the project compatibility after upgrade the client. >> Hi all, >> >> We are using JDK 17 to compile all the components. For the main component, >> the broker and proxy require JDK 17, and the client requires JDK 8. >> >> In Pulsar 3.x, we should keep up with modern JDKS for all components, and >> over time, I believe many users have adopted JDK 11/17, which provides >> significant performance and security improvements, see >> https://learn.microsoft.com/en-us/java/openjdk/reasons-to-move-to-java-11 >> >> Switching to JDK17 is a bit radical, and we still need to consider this. >> >> Thanks, >> Zixuan
Re: [ANNOUNCE] New committer: Yuri Mizushima
Congrats!
RE: Re: [DISCUSS] PIP-186: Introduce two phase deletion protocol based on system topic
> Penghui suggested instead of communicating via Admin API we use the same > methodology used in the new load balancer - using a compacted topic as a > queue: > The system topic you create will have compaction enabled. > You write the pending ledger delete, and the key is ledger-ID and > ledger-type (BK, offloaded). > All brokers will consume this compacted topic as table-view. Basically upon > restart, you read all messages into memory. > When you reading you only keep the messages related to topic the broker > owns, others you discard (table view have filter feature). > For each message in table-view, you delete the ledgers, then write a > message to the topic with same key, null message, meaning it will be > deleted. > > This way you don't need to invent a new private Admin API. > > WDYT? I got it. it’s a good solution. I will tune the pip using this way.
Re: [ANNOUNCE] Qiang Zhao as new PMC member in Apache Pulsar
Congrats! > 2023年3月29日 11:24,tison 写道: > > Congrats!