Add the sql tag for seata

pkbketx9  于 2022-10-22  发布在  其他
关注(0)|答案(3)|浏览(187)

Why you need it?

Is your feature request related to a problem? Please describe in details
我们需要将Seata自身发出的相关sql打上特定标签,并且保证其能落到binlog,在应用侧出现数据问题时可以很好的与Seata自身的sql做出区分
Server端和Seata-AT模式的sql都需要打上标签

We need to tag related SQL from SEATA itself and make sure it falls into binlog so that it can be distinguished from SEATA's own SQL when data problems occur on the application side
Both the Server-side and Seata-AT mode SQL needs to be labeled

case:

How it could be?

A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.

Add any other context or screenshots about the feature request here.

daolsyd0

daolsyd02#

Please assign it to me

kuarbcqp

kuarbcqp3#

As long as all sql issued by seata needs to be tagged @miaoxueyu

相关问题