xuesongxs opened a new issue #353:
URL: https://github.com/apache/pulsar-manager/issues/353


   
![image](https://user-images.githubusercontent.com/54351417/99329067-65af1a80-28b8-11eb-9d6f-7c79af264347.png)
   
       enum State {
           Uninitialized, // Cursor is being initialized
           NoLedger, // There is no metadata ledger open for writing
           Open, // Metadata ledger is ready
           SwitchingLedger, // The metadata ledger is being switched
           Closing, // The managed cursor is closing
           Closed // The managed cursor has been closed
       }
   
   Ledger has these states。
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to