Skip to content
#

distributed-transaction

Here are 38 public repositories matching this topic...

frlzk
frlzk commented Feb 16, 2022

Which Component
spring-cloud-starter-stream-rocketmq

Describe the bug
When hot deployment in eclipse throw MQClientException: The producer group[mygroup] has been created before

To Reproduce
Steps to reproduce the behavior:

  1. Spring boot application with devtools in Eclipse
  2. Send message using org.springframework.cloud.stream.function.StreamBridge.send
  3. Modify any cod
odidev
odidev commented Jun 3, 2022

@a364176773 ,
I am trying to use the seata/seata docker image on the arm64 platform but it seems it is not available for arm64.
I have tried building the image on the arm64 platform using docker build -t <image_name .> command, but it is failing with below error on arm64.

Step 5/9 : ADD target/ /seata-server/target
ADD failed: file not found in build context or excluded by .dock
status: help-wanted good first issue

Improve this page

Add a description, image, and links to the distributed-transaction 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 distributed-transaction topic, visit your repo's landing page and select "manage topics."

Learn more