Zixuan Liu

Results 66 issues of Zixuan Liu

Fix: https://github.com/cloudflare/cfssl/issues/1064 ## Motivation Today, I attempted to use cfssl to generate my certificate and key, with a validity period of 5 minutes, and then setup that to my program,...

## Summary currently, we use file snapshot(https://github.com/casbin/hraft-dispatcher/blob/main/store/store.go#L107) provided by hasicorp/raft, disk file will be fragmented when there are too many snapshot files, use bbolt snapshot instead of file snapshot should...

enhancement
good first issue
help wanted

hraft-dispatcher is currently in beta version for testing purposes only. I left a issue for discuss.

### Motivation When the replicator rate limit value based on bytes is less than the `org.apache.pulsar.broker.service.persistent.PersistentReplicator#readMaxSizeBytes`, this will cause the outgoing bytes to exceed the limit value. The goal is...

area/broker
doc-not-needed
ready-to-test
release/3.2.3
release/3.0.5

### Motivaction Currently, we just have one TLS config, which is used for Raft and HTTP/GRPC servers, it is unsafe. When a client uses this TLS config, it can access...

enhancement

### Summary Currently, the casbin-mesh doesn't support the configuration file, we should support this which is important, I create a draft for this: ```yml name: data-dir: log: level: info bind-address:...

enhancement

## Motivation I'm using the buildx to build the multiple-arch images, when I use `-Ddocker.skip.tag=true` to skip the tag, this plugin still tags the image. ## Changes - Add skip...

### Motivation Verify the arm64 image build. ### Modifications - Use the matrix feature to verify the build of the linux/amd64 and linux/arm64 images. ### Documentation - [ ] `doc`...

doc-not-needed
ready-to-test

### Motivation The build goal includes the tag feature. ### Modifications - Remove tag goal from the docker-maven-plugin ### Documentation - [ ] `doc` - [ ] `doc-required` - [x]...

area/build
doc-not-needed
ready-to-test

### Description Build error on GitHub Actions: ``` 2024-06-24T07:23:11.4028773Z [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.44.0:build (default) on project java-test-image: Execution default of goal io.fabric8:docker-maven-plugin:0.44.0:build failed: Expected a com.google.gson.JsonObject but was...