mattisonchao opened a new pull request #14164:
URL: https://github.com/apache/pulsar/pull/14164
Fixes #13989
Master Issue: #13989
### Motivation
See #13989
### Modifications
- Add ``optional bool allow_reconnect = 3 [default = true];`` at
``CommandCloseConsumer``
- Add ``optional bool allow_reconnect = 3 [default = true];`` at
``CommandCloseProducer``
- If broker send ``CommandCloseConsumer/CommandCloseProducer`` with
``isAllowReconnect=false`` the Producer/Consumer will close immediately.
### Verifying this change
- [x] Make sure that the change passes the CI checks.
### Does this pull request potentially affect one of the following parts:
- The wire protocol: (yes)
### Documentation
Check the box below or label this PR directly (if you have committer
privilege).
Need to update docs?
- [x] `no-need-doc`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]