Skip to content
#

jta

Here are 40 public repositories matching this topic...

suntyan
suntyan commented Sep 5, 2019
  • I have searched the issues of this repository and believe that this is not a duplicate.

1. Bug Description

SpringCloud+feign服务调用,参与方不回滚。例如:发起方A(注解使用的是@LcnTransaction,@transactional)
)通过feign调用参与方B(注解@LcnTransaction(propagation = DTXPropagation.SUPPORTS)
@transactional),B抛异常,A插入数据(不回滚)。
使用过的解决办法:
1,feign取消falback,不进行熔断,测试无效;
2,feign不取

Improve this page

Add a description, image, and links to the jta topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jta topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.