[ANNOUNCE] Apache ServiceComb Service-Center (incubating) version 1.0.0-m2 Released

2018-06-21 Thread Mohammad Asif Siddiqui
Hello All, Apache ServiceComb (incubating) Team is glad to announce the release of Apache ServiceComb Incubating Service-Center 1.0.0-m2. Apache ServiceComb (incubating) Service-Center(https://github.com/apache/incubator-servicecomb-service-center) is a Restful based service-registry

[ANNOUNCE] Apache ServiceComb Saga (incubating) version 0.2.0 Released

2018-06-21 Thread Mohammad Asif Siddiqui
Hello All, Apache ServiceComb (incubating) Team is glad to announce the first release of Apache ServiceComb Incubating Saga 0.2.0. Apache ServiceComb (incubating) Saga (https://github.com/apache/incubator-servicecomb-saga) is an eventual data consistency technology, which provides a

[ANNOUNCE] Apache ServiceComb Java-Chassis (Incubating) version 1.0.0-m2 Released

2018-06-21 Thread Mohammad Asif Siddiqui
Hello All, Apache ServiceComb (incubating) Team is glad to announce the first release of Apache ServiceComb Incubating Java-Chassis 1.0.0-m2. Apache ServiceComb (incubating) Java Chassis(https://github.com/apache/incubator-servicecomb-java-chassis) is a Software Development Kit (SDK)

How to make the decision in Apache

2018-06-21 Thread Willem Jiang
Hi Team, As we are in the middle of incubating, it's quite important for everyone to know about how we make the decision[1] in Apache and how can we build consensus[2]. Let me quote some of the lines from community.apache.org The most important thing about engaging with any Apache project is

Re: integrate the authority authenticate in the gateway

2018-06-21 Thread wjm wjm
try this: https://huaweicse.github.io/servicecomb-java-chassis-doc/zh_CN/edge/by-servicecomb-sdk.html the demo and document is a little old you can change Auth interface to reactive mode, so that edge can work in high performance mode: public interface Auth { CompletableFuture<...> auth(...);