liuyangming / ByteTCC

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
https://www.bytesoft.org/
GNU Lesser General Public License v3.0
2.9k stars 913 forks source link

请问支持k8s+docker部署吗? #120

Closed zshanjun closed 4 years ago

zshanjun commented 4 years ago

服务重启后,实例的日志可能全部丢失了,会不会影响事务的异常恢复?

liuyangming commented 4 years ago

部署在docker里必须使用MongoDB存储事务日志。

zshanjun commented 4 years ago

好的,感谢