Zixuan Liu

Results 213 comments of Zixuan Liu

> @nodece Does pulsarctl must be built with CGO_ENABLED=0 ? No, we also can set the `CGO_ENABLED=1`, but we need to install the GCC in the docker image. The pulsar...

The CI has been passed, but we need to add check the `gcc` command in the docker image, if the `gcc` command not found, we need to install the `gcc`.

>go test -race is only called in the test environment, do we have to check gcc since the CI passed (which means a C/C++ compiler is obviously available) Yes, you...

There have two uses: 1. `pulsarctl subscription expire --expire-time (expire-time) (topic-name) (subscription-name)` Expire messages that older than given expire time (in seconds) for a subscription (subscription-name) under a topic 3....

Sorry for late response, you are right. Expires all messages older than given N seconds for all subscriptions of the persistent-topic.

Looks like I should make a mock test, do you have any ideas?

@dzcpy The `name` field is the TypeORM instance name.

You can get started with Casbin documentation, and use casbin.js in your machine, the casbin-editor is developed based on casbin.js, So once you know how to use casbin.js, you can...

@freshtang Thanks for your testing, there are some problems that need to be solved.

/pulsarbot rerun-failure-checks