Xiangkun Yin

Results 22 issues of Xiangkun Yin

This is a subtask under the #618 ## Description: In Java, users configure the state machine using `spring.xml` or by building a `StateMachineConfig` through code. In seata-go, we aim to...

This is a subtask under the #618 ## Description: Currently, the State Machine Language is a crucial module with a dependency value of 0. For the migration development, it should...

Fixes #16 ## What this PR does? This PR aims to provide users choices for retain or delete volumes after deleting CRs. Users can use following configurations to control this...

### What this PR does? 1. Modify the statefulset pod qualified name from `seata-server-0.seata-server-cluster.default.svc` to `seata-server-0.seata-server-cluster.default.svc.cluster.local` (the former can not be resolved using telepresence). 2. Add developer usage in README...

The older method to configure SeataServer is to use `env` property like following, ```yaml apiVersion: operator.seata.apache.org/v1alpha1 kind: SeataServer # ... spec: # ... env: console.user.username: seata console.user.password: seata ``` However,...

Add UTs to ensure the correctness of operator functionalities. Same as seata-go, we can name test sources as '*_test.go' under the same directory as the target sources.

enhancement

The present method to configure SeataServer is to use `env` property like following, ```yaml apiVersion: operator.seata.apache.org/v1alpha1 kind: SeataServer # ... spec: # ... env: console.user.username: seata console.user.password: seata ``` However,...

good first issue

The current behaviour when deleting a SeataServer CR is to preserve the volume claimed by associated Statefulset. It would be nice to add an option for user to control the...

good first issue

Should we change seata dependencies in sample pom.xml?

# Rationale The `kvrocks-controller` previously depended on external storage systems such as Apache ZooKeeper or ETCD for metadata management and leader election. This reliance introduces increased operational complexity and user...