spring-cloud-tencent icon indicating copy to clipboard operation
spring-cloud-tencent copied to clipboard

后续有没有开发分布式事务组件的计划?

Open coderzcr opened this issue 3 years ago • 2 comments

目前阿里seata不支持tencent的配置中心和注册中心,不知后续是否有计划

coderzcr avatar Jul 03 '22 02:07 coderzcr

腾讯内部的分布式事务组件还没有开源时间表

seata支持polaris作为注册配置中心,可以考虑从两个方向推进:

  1. 和seata社区探讨支持polaris的可能性

  2. polaris兼容eureka等其他注册配置中心的协议接入: https://github.com/polarismesh/polaris/tree/main/apiserver

seata:
  tx-service-group: my_test_tx_group
  service:
    vgroup-mapping:
      my_test_tx_group: seata-server # 此处配置对应Server端配置registry.eureka.application的值
  registry:
    type: eureka
    eureka:
      service-url: http://{Polaris Server IP}:8761/eureka
      weight: 1

ranchowang avatar Jul 03 '22 14:07 ranchowang

Follow the PR of Seata community,

Seata-PR # support tencent polaris discovery

misselvexu avatar Sep 16 '22 01:09 misselvexu