Zixuan Liu

Results 66 issues of Zixuan Liu

Signed-off-by: Zixuan Liu Fix #523 When get the ledger info by `pulsarctl bookkeeper ledger get 0`, this command returns the following body: ``` { "0": { "storeCtime": false, "hasPassword": false,...

### Enhancement Both [testify](https://github.com/stretchr/testify) and [gomega](https://onsi.github.io/gomega/) are test libraries, it can help developers use this to assert data on the test case, but the `testify` is not friendly on asynchronous...

Signed-off-by: Zixuan Liu ### Changes - Add `pulsarctl topics clear-backlog [topic] --subscription [subscription]`

Signed-off-by: Zixuan Liu Fix: https://github.com/streamnative/pulsarctl/issues/474 Add `schemaLedgers` and `compactedLedger` fields to `PersistentTopicInternalStats` stuct.

### Motivation Get container ip sometimes empty, I check code and found that we return the `inspect.NetworkSettings.IPAddress`. If this IP is empty, we should check the `inspect.NetworkSettings.Networks`, it shouldn't empty.

### Summary Currently, [multiple-sections-type](https://casbin.org/docs/en/syntax-for-models#multiple-sections-type) has been supported, we need to pass a context to enforce when using this feature.

enhancement
help wanted
good first issue

Signed-off-by: Zixuan Liu ### Motivation Add own authentication service. ### Documentation - [x] `no-need-doc`

no-need-doc

### Motivation The client supports passing two types of authentication data to connect to the broker, self-authentication data and original authentication data in the `CommandConnect` command. **self-authentication:** The self-authentication data...

PIP