Skip to content
#

tcc

Here are 308 public repositories matching this topic...

odidev
odidev commented Jun 3, 2022

@a364176773 ,
I am trying to use the seata/seata docker image on the arm64 platform but it seems it is not available for arm64.
I have tried building the image on the arm64 platform using docker build -t <image_name .> command, but it is failing with below error on arm64.

Step 5/9 : ADD target/ /seata-server/target
ADD failed: file not found in build context or excluded by .dock
status: help-wanted good first issue
dk-lockdown
dk-lockdown commented May 31, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

implement ShardingAlgorithm interface.

type ShardingAlgorithm interface {
	HasShardingKey(key string) bool
	Shard(condition *KeyCondition) (Condition, error)
	ShardRange(cond1, cond2 *KeyCondition) (Condition, error)
	AllSha
enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the tcc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tcc topic, visit your repo's landing page and select "manage topics."

Learn more