Lari Hotari
Lari Hotari
@heesung-sn please up the mailing list threads to the document.
> client = pulsar.Client('https://pulsar-proxy.domain:443') Does it work if you use the Pulsar binary protocol (`pulsar+ssl://pulsar-proxy.domain:6651`)?
> Hello, unfortunately not as the proxy doesn't expose 6651 but 443 (ingress). @meyerbro Do you have 443 mapped to Pulsar binary protocol? You cannot proxy Pulsar binary protocol over...
> Can you disclose more? I'm really happy with the support I'm getting here, thank you. #423 contains some related information. > We use nginx ingress, wondering if I can...
> +1 for having a PIP for this change since it actually changed the Public API output and metrics. > > Another point is can we only have new the...
> I think we should first refactor BK client into a separate module that will be built with JDK 8, then we can move BK server to JDK 17 >...
> @lhotari As far as I know, [Pravega](https://cncf.pravega.io/) uses BookKeeper and their minimum jdk is jdk11. > IMHO, even we decide to require jdk17 for BookKeeper client, we need to...
> > I think we should first refactor BK client into a separate module that will be built with JDK 8, then we can move BK server to JDK 17...
> Is it because `ScheduledExecutorService.schedule` has lower cpu usage than `EventExecutorGroup.schedule`? @hanmz In this case, there shouldn't be any active tasks if the client is idle. please check my comment...
> In my test environment, init puslar client, create producers for 100 topics and send some messages to trigger initialization. There would be 14% CPU usage because pulsar-client-io thread @stillerrr...