Re: [PIP-78] Reduce redundant producers from partitioned producer

2021-02-07 Thread Michael Marshall
Hi Yuri and Sijie, I definitely like the idea of lazily creating producers as well as introducing a way to provide custom routing logic. Which Pulsar Clients will benefit from this proposal? I’d love to see this feature in the go client. Thanks, Michael Marshall > On Feb 7, 2021, at 9:53 PM,

Re: [PIP-78] Reduce redundant producers from partitioned producer

2021-02-07 Thread Yuri Mizushima
Sijie, Thank you for sharing! First, I considered your suggestion. I think these implementations sound good. I think we should consider the State of partitioned producer: Ready, Connecting, etc. Currently, partitioned producer gets "Ready" only when all producers connect to Broker correctly. h