replace pulsar-admin to pulsarctl to reduce cold start time
jiangpengcheng opened this issue · 2 comments
jiangpengcheng commented
pulsar-admin will take dozens of seconds to download a package since it needs to start a JVM, so it's better to use pulsarctl instead
nlu90 commented
Also, the puslar-admin has a implicit setting PULSAR_MEM
which controls how many memory is can use. It's error-prone and in some cases caused download failure.
jiangpengcheng commented
closed with this: #682
we will update the Default[Java|Python|Go]RunnerImage
to use pulsarctl runner images in next releases