pulsar-rs icon indicating copy to clipboard operation
pulsar-rs copied to clipboard

Handle producer_ready field when building Producer

Open DonghunLouisLee opened this issue 3 years ago • 0 comments

According to the official PulsarApi.proto, if producer_ready field is not "ready", the client will avoid to timeout the request for creating the producer. Instead it will wait indefinitely until it gets a subsequent CommandProducerSuccess with producer_ready==true.

This case is not currently handled. Need to check how official java client keeps track of topic_epoch

DonghunLouisLee avatar Jun 13 '22 12:06 DonghunLouisLee