Seata to ensure consistency between Dubbo Microservices
Hi team I am working on seata sample file for testing and deploying microservices and ensure consistency between Seata and Dubbo Microservices by following this reference .
I have tried to startup seata-server by $ docker run --name seata-server -p 8091:8091 seataio/seata-server:1.4.2
Log startup seata-server: seata-server_startup.txt
And also I tried it by downloded seata release version ,then ran
||sh ./bin/seata-server.sh||
Output:
apm-skywalking not enabled
./bin/seata-server.sh: 138: [[: not found
seata-server is starting, you can check the /home/ubuntu/ARM_FAAS_Project/abhay/seata-samples/seata/logs/start.out
After that, I tried to execute these services “DubboStockServiceStarter”,”DubboAccountServiceStarter”,”DubboOrderServiceStarter”,”DubboBusinessTester” Under the seata-samples\dubbo\src\main\resources\sql but couldn’t able to start above service .
Please share some pointer on it how to deploy these microservices in seata. Thanks in advance.
@wendal @lovepoem @slievrly Could you please share some pointers for this? Thanks in advance.