Skip to content
Snippets Groups Projects
Commit bea6d62b authored by AlexStocks's avatar AlexStocks
Browse files

Fix: delete AlexStocks author info in license

parent 189aaa8b
No related branches found
No related tags found
No related merge requests found
Showing
with 280 additions and 164 deletions
...@@ -33,19 +33,18 @@ Finished List: ...@@ -33,19 +33,18 @@ Finished List:
- Role: Consumer, Provider - Role: Consumer, Provider
- Transport: HTTP, TCP - Transport: HTTP, TCP
- Codec: JsonRPC v2, Hessian v2 - Codec: JsonRPC v2, Hessian v2
- Registry: ZooKeeper/[etcd](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151) - Registry: ZooKeeper/[etcd v3](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151)/[consul](https://github.com/apache/dubbo-go/pull/121)
- Configure Center: Zookeeper - Configure Center: Zookeeper
- Cluster Strategy: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/Available/Broadcast - Cluster Strategy: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161)
- Load Balance: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65) - Load Balance: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
- Filter: Echo Health Check - Filter: Echo Health Check/[Circuit break and service downgrade](https://github.com/apache/dubbo-go/pull/133)
- Other feature: [generic invoke](https://github.com/apache/dubbo-go/pull/122)/start check/connecting certain provider/multi-protocols/multi-registries/multi-versions/service group - Other feature: [generic invoke](https://github.com/apache/dubbo-go/pull/122)/start check/connecting certain provider/multi-protocols/multi-registries/multi-versions/service group
Working List: Working List:
- Cluster Strategy: Forking
- Load Balance: ConsistentHash - Load Balance: ConsistentHash
- Filter: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter - Filter: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter
- Registry: k8s/consul - Registry: k8s
- Configure Center: apollo - Configure Center: apollo
- Dynamic Configuration Center & Metadata Center (dubbo v2.7.x) - Dynamic Configuration Center & Metadata Center (dubbo v2.7.x)
- Metrics: Promethus(dubbo v2.7.x) - Metrics: Promethus(dubbo v2.7.x)
......
...@@ -32,11 +32,11 @@ Apache License, Version 2.0 ...@@ -32,11 +32,11 @@ Apache License, Version 2.0
- 角色端: Consumer, Provider - 角色端: Consumer, Provider
- 传输协议: HTTP, TCP - 传输协议: HTTP, TCP
- 序列化协议: JsonRPC v2, Hessian v2 - 序列化协议: JsonRPC v2, Hessian v2
- 注册中心: ZooKeeper/[etcd](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151) - 注册中心: ZooKeeper/[etcd v3](https://github.com/apache/dubbo-go/pull/148)/[nacos](https://github.com/apache/dubbo-go/pull/151)/[consul](https://github.com/apache/dubbo-go/pull/121)
- 配置中心: Zookeeper - 配置中心: Zookeeper
- 集群策略: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/Available/Broadcast - 集群策略: Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161)
- 负载均衡策略: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65) - 负载均衡策略: Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
- 过滤器: Echo Health Check - 过滤器: Echo Health Check/[服务熔断&降级](https://github.com/apache/dubbo-go/pull/133)
- 其他功能支持: [泛化调用](https://github.com/apache/dubbo-go/pull/122)/启动时检查/服务直连/多服务协议/多注册中心/多服务版本/服务分组 - 其他功能支持: [泛化调用](https://github.com/apache/dubbo-go/pull/122)/启动时检查/服务直连/多服务协议/多注册中心/多服务版本/服务分组
开发中列表: 开发中列表:
...@@ -44,7 +44,7 @@ Apache License, Version 2.0 ...@@ -44,7 +44,7 @@ Apache License, Version 2.0
- 集群策略: Forking - 集群策略: Forking
- 负载均衡策略: ConsistentHash - 负载均衡策略: ConsistentHash
- 过滤器: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter - 过滤器: TokenFilter/AccessLogFilter/CountFilter/ExecuteLimitFilter/TpsLimitFilter
- 注册中心: etcd/k8s/consul/nacos - 注册中心: k8s
- 配置中心: apollo - 配置中心: apollo
- 动态配置中心 & 元数据中心 (dubbo v2.7.x) - 动态配置中心 & 元数据中心 (dubbo v2.7.x)
- Metrics: Promethus(dubbo v2.7.x) - Metrics: Promethus(dubbo v2.7.x)
......
# dubbogo application configure script #
# ****************************************************** # Licensed to the Apache Software Foundation (ASF) under one or more
# DESC : dubbogo environment variable # contributor license agreements. See the NOTICE file distributed with
# AUTHOR : Alex Stocks # this work for additional information regarding copyright ownership.
# VERSION : 1.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# LICENCE : Apache License 2.0 # (the "License"); you may not use this file except in compliance with
# EMAIL : alexstocks@foxmail.com # the License. You may obtain a copy of the License at
# MOD : 2016-07-12 16:29 #
# FILE : app.properties # http://www.apache.org/licenses/LICENSE-2.0
# ****************************************************** #
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
export TARGET_EXEC_NAME="user_info_client" export TARGET_EXEC_NAME="user_info_client"
# BUILD_PACKAGE="dubbogo-examples/user-info/client/app" # BUILD_PACKAGE="dubbogo-examples/user-info/client/app"
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for dev env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2017-10-18 13:24 # the License. You may obtain a copy of the License at
# FILE : dev.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for release env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:34 # the License. You may obtain a copy of the License at
# FILE : test.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for test env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:34 # the License. You may obtain a copy of the License at
# FILE : test.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for dev env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2017-10-18 13:24 # the License. You may obtain a copy of the License at
# FILE : dev.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for release env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:34 # the License. You may obtain a copy of the License at
# FILE : test.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for test env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:34 # the License. You may obtain a copy of the License at
# FILE : test.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for dev env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2017-10-18 13:24 # the License. You may obtain a copy of the License at
# FILE : dev.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for release env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:34 # the License. You may obtain a copy of the License at
# FILE : test.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for test env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:34 # the License. You may obtain a copy of the License at
# FILE : test.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
APP_NAME="APPLICATION_NAME" APP_NAME="APPLICATION_NAME"
APP_ARGS="" APP_ARGS=""
......
# dubbogo application configure script #
# ****************************************************** # Licensed to the Apache Software Foundation (ASF) under one or more
# DESC : application environment variable # contributor license agreements. See the NOTICE file distributed with
# AUTHOR : Alex Stocks # this work for additional information regarding copyright ownership.
# VERSION : 1.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# LICENCE : Apache License 2.0 # (the "License"); you may not use this file except in compliance with
# EMAIL : alexstocks@foxmail.com # the License. You may obtain a copy of the License at
# MOD : 2016-07-12 16:29 #
# FILE : app.properties # http://www.apache.org/licenses/LICENSE-2.0
# ****************************************************** #
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TARGET_EXEC_NAME="user_info_server" TARGET_EXEC_NAME="user_info_server"
# BUILD_PACKAGE="dubbogo-examples/user-info/server/app" # BUILD_PACKAGE="dubbogo-examples/user-info/server/app"
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for dev env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2018-06-24 17:32 # the License. You may obtain a copy of the License at
# FILE : dev.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for release env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:25 # the License. You may obtain a copy of the License at
# FILE : release.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for test env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:34 # the License. You may obtain a copy of the License at
# FILE : test.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for dev env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2018-06-24 17:32 # the License. You may obtain a copy of the License at
# FILE : dev.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for release env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:25 # the License. You may obtain a copy of the License at
# FILE : release.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
# ****************************************************** #
# DESC : build script for release env # Licensed to the Apache Software Foundation (ASF) under one or more
# AUTHOR : Alex Stocks # contributor license agreements. See the NOTICE file distributed with
# VERSION : 1.0 # this work for additional information regarding copyright ownership.
# LICENCE : Apache License 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
# EMAIL : alexstocks@foxmail.com # (the "License"); you may not use this file except in compliance with
# MOD : 2016-07-12 16:25 # the License. You may obtain a copy of the License at
# FILE : release.sh #
# ****************************************************** # http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -e set -e
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment