@ -34,13 +34,13 @@ The following is a comparison of the main features of dtm and seata:
| Features | DTM | SEATA | Remarks |
|:-----:|:----:|:----:|:----:|
| Supported languages | <fontcolor=green>Golang, python, php and others</font> | <fontcolor=orange>Java</font> |dtm can easily support a new language|
|AT |<fontcolor=red>✗</font>|<fontcolor=green>✓</font>|AT is similar to XA, with better performance but dirty rollback|
| SAGA |<fontcolor=orange>simple mode</font> | <fontcolor=green>state machine complex mode</font> |dtm's state machine mode is under planning|
|Transaction message|<fontcolor=green>✓</font>|<fontcolor=red>✗</font>|dtm provides transaction messages similar to rocketmq|
| Supported languages| <spanstyle="color:green">Golang, python, php and others</span> | <spanstyle="color:orange">Java</span> |dtm can easily support a new language|
|AT |<spanstyle="color:red">✗</span>|<spanstyle="color:green">✓</span>|AT is similar to XA, with better performance but dirty rollback|
| SAGA |<spanstyle="color:orange">simple mode</span> |<spanstyle="color:green">state machine complex mode</span> |dtm's state machine mode is under planning|
|Transaction message|<spanstyle="color:green">✓</span>|<spanstyle="color:red">✗</span>|dtm provides transaction messages similar to rocketmq|
|Communication protocol|HTTP|dubbo and other protocols, no HTTP|dtm will support grpc protocol in the future|
|star number|<imgsrc="https://img.shields.io/github/stars/yedf/dtm.svg?style=social"alt="github stars"/>|<imgsrc="https://img.shields.io/github/stars/seata/seata.svg?style=social"alt="github stars"/>|dtm releases 0.1 from 20210604, fast development|