Appactive icon indicating copy to clipboard operation
Appactive copied to clipboard

AppActive: A middleware dedicate to building multi-site active/active application architectures(阿里巴巴开源的一款标准、通用且功能强大的,致力于构建应用多活架构的开源中间件)

Results 14 Appactive issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/23414909/182134799-abb6ef81-0675-4853-a538-2b90e3ce91a5.png)

### Describe what this PR does / why we need it fix SC2045-ShellCheck "Iterating over ls output is fragile. Use globs." in appactive-portal/baseline.sh and appactive-portal/cut.sh ### Does this pull request...

目前仅支持范围条件路由,希望支持其他复杂参数的路由条件,例如:精准、组合参数等条件

环境参数(如appactive.channelTypeEnum,appactive.namespaceId)支持放在 property里面,而不仅限于 jvm 和 环境变量

### Does this pull request fix one issue? Fixes #17 ### Describe how you did it Add environment to modify the nacos discovery server address ![image](https://user-images.githubusercontent.com/9428795/186105458-3edcc901-a4ae-40b2-ae25-56039b6d957e.png)

**Describe the bug** Unable to access the demo system page, the error is as follows. ![image](https://user-images.githubusercontent.com/9428795/186103202-593a24ac-c492-46ae-8bee-175022f9b80b.png) The inspection reveals the following error, and the service port(frontend, product, storage) is not...

### Describe what this PR does / why we need it Make demo shell scripts compatible with Mac and Linux. The **sleep** command on both Mac and Linux supports commands...