#
tcc
Here are 308 public repositories matching this topic...
yedf2
commented
May 18, 2022
This feature includes following sub-features:
- add Store.Db, default "dtm"
- remove Store.TransGlobalTable Store.TransBranchOpTable
Distributed transaction solutions
-
Updated
Oct 22, 2021 - Java
ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
-
Updated
Apr 15, 2022 - Java
以Spring Cloud Netflix作为服务治理基础, 展示基于tcc思想所实现的分布式事务解决方案
spring-boot
microservice
spring-cloud
solar
spring-cloud-netflix
tcc
try-confirm-cancel
redis-session
distributed-transaction
c4model
c4-diagram
-
Updated
Feb 8, 2020 - Java
A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
-
Updated
Mar 21, 2022 - Java
A Distributed Transaction Framework, like SEATA, support TCC mode and AT mode. DingTalk: seata-golang 社区
-
Updated
Apr 21, 2022 - Go
SpringBoot、Dubbo、SpringCloud的各种集成例子:Atomikos、gRPC、Thrift、Seata、ShardingSphere、Dubbo、Hmily、Nacos、Consul、Ribbon、Jedis、Lettuce、Redisson等框架
consul
grpc
thrift
rpc
springboot
jedis
ribbon
tcc
dubbo
springcloud
atomikos
sharding-jdbc
dubbo-http
nacos
seata
-
Updated
Jan 24, 2022 - Java
PVSnesLib : A small, open and free development kit for the Nintendo SNES
-
Updated
May 30, 2022 - C
spring cloud最佳实践项目实例,使用了spring cloud全家桶,TCC事务管理,EDA事务最终一致性等技术的下单示例
-
Updated
Jan 22, 2018 - Java
Helpful scripts & configuration profiles for the Mac admin community
macos
mac
apple
mdm
tcc
bash-script
profiles
macadmin
configuration-profile
macadmins
mobileconfig
filevault
extension-attributes
sysadminctl
securetoken
pppc
privacy-preferences-policy-control
bigsur
big-sur
monterey
-
Updated
Oct 27, 2021 - Shell
mq transaction, tcc, eventually consistency. tx life cycle: all listeners handled, if necessary, produce next message
-
Updated
Mar 31, 2022 - Java
-
Updated
May 25, 2022 - Java
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
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
A c# HTTP client of distributed transaction manager DTM.
-
Updated
May 26, 2022 - C#
Notifies the user when macOS Security components like Gatekeeper and XProtect have been updated
macos
security
privacy
protection
malware
gatekeeper
tcc
efi
ibridge
mrt
xprotect
launchagent
xplorer
catalina
-
Updated
Mar 12, 2021 - Shell
Modelo de TCC da UFRN para o curso de Engenharia de Computação (adaptável para outros cursos).
-
Updated
Nov 11, 2019 - TeX
high-performance non-intrusive distributed transaction solution, inspired by kubernetes, only for golang language.
-
Updated
Jun 6, 2022 - Go
-
Updated
Jun 4, 2022 - R
Improve this page
Add a description, image, and links to the tcc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tcc topic, visit your repo's landing page and select "manage topics."
@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.