Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge mosn to local #2

Merged
merged 222 commits into from Mar 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
222 commits
Select commit Hold shift + click to select a range
37ac02b
xprotocol support protocol match
pxzero Aug 27, 2019
59d6f53
xprotocol dubbo support get metas
pxzero Aug 27, 2019
20bbf41
support tracing for xprotocol
Aug 28, 2019
42644eb
add attr path
pxzero Sep 2, 2019
ae05670
support parse dubbo attachments
Sep 2, 2019
00accb1
Revert "support parse dubbo attachments"
Sep 4, 2019
8488e3b
remove APP_SERVICE APP_SERVICE_VERSION
Sep 4, 2019
15f1085
support parsing attachments
Sep 4, 2019
992b1de
fix parsing attachments
Sep 5, 2019
05e60df
add xprotocol health check
pxzero Sep 9, 2019
5ba0cd6
fix xprotocol tracing
Sep 10, 2019
8d8d8c1
fix nil bug
Sep 11, 2019
9eb8970
add attachments to metaData
Sep 11, 2019
8f2ed97
fix rate limiter's nextFreeTickerMicros
Sep 12, 2019
551ca29
set stream id into headers
Sep 17, 2019
d740ca4
add aksk for appInfo.
Sep 17, 2019
6385cbe
fix log nil error.
Sep 17, 2019
f189381
fix log nil error.
Sep 17, 2019
141fe5d
support dubbo response code convert to common code
Sep 17, 2019
3e7642f
Merge branch 'xprotocol_stable' of https://github.com/sofastack/sofa-…
Sep 17, 2019
d2297a6
return 500 when sofa responses with app error
Sep 18, 2019
e9fc677
build heart beat response
Sep 20, 2019
08b9516
donot tracing if message is heartbeat
Sep 20, 2019
35d8bc7
Revert "donot tracing if message is heartbeat"
Sep 20, 2019
866b932
return heartbeat response for dubbo server request
Sep 20, 2019
77c06cc
xprotocol support protocol match
pxzero Aug 27, 2019
d918720
xprotocol dubbo support get metas
pxzero Aug 27, 2019
e465577
support tracing for xprotocol
Aug 28, 2019
1a8910b
add attr path
pxzero Sep 2, 2019
e8b1d3a
support parse dubbo attachments
Sep 2, 2019
80a65d5
add xprotocol health check
pxzero Sep 9, 2019
fe1b40b
fix xprotocol tracing
Sep 10, 2019
04ccf96
add attachments to metaData
Sep 11, 2019
ea06709
fix rate limiter's nextFreeTickerMicros
Sep 12, 2019
5d82a3d
set stream id into headers
Sep 17, 2019
f32fa49
add aksk for appInfo.
Sep 17, 2019
dcfe2cb
fix log nil error.
Sep 17, 2019
ffbdbf8
fix log nil error.
Sep 17, 2019
4ca7eb7
support dubbo response code convert to common code
Sep 17, 2019
0b93fc1
return 500 when sofa responses with app error
Sep 18, 2019
d1ceca0
build heart beat response
Sep 20, 2019
82e43ca
Merge branch 'xprotocol_stable' of https://github.com/sofastack/sofa-…
Oct 17, 2019
d12e53a
optimize code
Nov 10, 2019
c8e4261
add Dubbo unserialize control
wzshiming Nov 15, 2019
7d2206b
replace github.com/AlexStocks/dubbogo/codec/hessian to github.com/apa…
wzshiming Nov 18, 2019
cca05d0
dep ensure
wzshiming Nov 18, 2019
4e9f7b4
Delete the method of migrating to hessian2
wzshiming Nov 19, 2019
d66b966
Add more support for http variables, including "http_arg_xx" and "htt…
Nov 28, 2019
9c7c09f
fix test ctx
wzshiming Dec 3, 2019
23308ec
fix subProtocol is empty
wzshiming Dec 4, 2019
b07ac00
fix test case
wzshiming Dec 3, 2019
dc9b437
fix start
wzshiming Dec 4, 2019
84099ce
Reduce service startup wait time
wzshiming Dec 4, 2019
fcbe66c
Improve service startup speed
wzshiming Dec 4, 2019
c4d9d35
Merge remote-tracking branch 'github/fix_test' into xprotocol_stable
wzshiming Dec 4, 2019
79d8d8c
Merge pull request #899 from wzshiming/xprotocol_stable
DarrenTai Dec 4, 2019
0504a03
fix ut
wzshiming Dec 5, 2019
e38a467
fix ut
wzshiming Dec 9, 2019
bd5e7bb
Merge pull request #902 from wzshiming/xprotocol_stable
DarrenTai Dec 9, 2019
aa10789
fix ut
wzshiming Dec 9, 2019
84335dd
Merge pull request #907 from wzshiming/xprotocol_stable
DarrenTai Dec 9, 2019
1e943d3
refactor protocol engine framework, provides more convenient way to e…
Nov 28, 2019
024e8c5
Merge branch 'feat_variable' into feat_protocol_engine
Dec 16, 2019
9419720
fix from PR #901
wzshiming Dec 17, 2019
a82e845
Revert "fix ut"
wzshiming Dec 19, 2019
d755256
Merge pull request #909 from wzshiming/xprotocol_stable
DarrenTai Dec 19, 2019
0abe7b6
Merge branch 'feat_variable' into feat_protocol_engine
Dec 16, 2019
e7ae031
Merge branch 'feat_protocol_engine' of github.com:alipay/sofa-mosn in…
Dec 24, 2019
1172898
fix import path for code base transfer
Jan 17, 2020
59f3639
fix failed to retry connection for x-protocol.
zonghaishang Jan 19, 2020
2e63313
add trace log.
zonghaishang Jan 19, 2020
95c4984
Merge pull request #945 from zonghaishang/fix_xprotocol_reconn
nejisama Jan 19, 2020
f6809ec
Merge branch 'master' into feat_protocol_engine
Jan 21, 2020
0fc23a7
merge master
Jan 21, 2020
88d11f5
add transcoder of bolt2http with source encoding xml and target encod…
Jan 21, 2020
ca7e861
protocol engine support dubbo & tars
pxzero Feb 1, 2020
9bd67d4
fix dubbo , tars protocol decode error
pxzero Feb 4, 2020
95d41bd
1.fix some problems of unit-test cases
Feb 5, 2020
5e390ca
correct example code for sofarpc with xprotocol.
Feb 5, 2020
e4cb5cc
correct test code for sofarpc with xprotocol.
Feb 6, 2020
03e4a60
fix boltv2 error in encoder.go and protocol.go
Feb 6, 2020
b360e7f
correct xprotocol test cases.
Feb 6, 2020
1a4fd33
Optimize comments for xprotocol public defs.
Feb 6, 2020
eb2536c
fix bolt v2 compile error.
Feb 6, 2020
1b53590
improve dubbo tars codec
pxzero Feb 6, 2020
3b50d47
fix test case.
Feb 6, 2020
011dbb8
Merge pull request #958 from neverhook/feat_protocol_engine
nejisama Feb 6, 2020
44f5a71
add basic documentation for xprotocol
Feb 10, 2020
b000735
Merge pull request #968 from neverhook/feat_protocol_engine
nejisama Feb 10, 2020
e02b3e3
Merge pull request #2 from mosn/master
wangfakang Feb 11, 2020
7c3e64e
fix: fix field error for ExtractReportAttributes
EZLippi Feb 12, 2020
1f48c48
fixed data byte buf reuse
pxzero Feb 13, 2020
5b78dd6
Merge pull request #950 from pxzero/feat_xprotocol
neverhook Feb 13, 2020
39a048c
fix response decode bug in bolt/boltv2
Feb 13, 2020
ecc3afa
Merge pull request #978 from neverhook/feat_protocol_engine
neverhook Feb 13, 2020
185b544
add vendor
taoyuanyuan Feb 13, 2020
32a8fd8
support plugin
taoyuanyuan Feb 13, 2020
c95a16e
add exmple
taoyuanyuan Feb 13, 2020
267a12b
Merge pull request #3 from mosn/master
wangfakang Feb 14, 2020
400f72c
fix spelling
taoyuanyuan Feb 14, 2020
1609ae1
Merge pull request #976 from EZLippi/master
wangfakang Feb 14, 2020
135c7a9
modiy example dir
taoyuanyuan Feb 16, 2020
a76ef1d
mv pluginfilter
taoyuanyuan Feb 17, 2020
2da42af
rm export
taoyuanyuan Feb 17, 2020
a5a27c4
modify plugin config
taoyuanyuan Feb 17, 2020
50d491f
modify plugin adminapi.
taoyuanyuan Feb 18, 2020
4f93b95
move router config from listener filter
nejisama Feb 18, 2020
b8057da
configmanager add new function for update host
nejisama Feb 18, 2020
91ddf65
Merge pull request #987 from nejisama/feature/configmanager_updatehost
taoyuanyuan Feb 19, 2020
3ac1001
Merge pull request #4 from mosn/master
wangfakang Feb 19, 2020
3a23897
merge from xprotocol_stable and fix conflicts
dunjut Feb 19, 2020
dc35c8f
Merge pull request #979 from taoyuanyuan/mosn-plugin
nejisama Feb 19, 2020
06f3dd6
fix listener parse config for lds
nejisama Feb 19, 2020
612003f
fix example config
nejisama Feb 19, 2020
190a0b6
fix CI compling errors on pkg/filter/stream/healthcheck/xprotocol/hea…
dunjut Feb 20, 2020
081ee6c
Merge branch 'master' of github.com:mosn/mosn into feature/router_config
nejisama Feb 20, 2020
b833d33
fix integrate test on test/integrate/protocol_auto_test.go
dunjut Feb 20, 2020
36c8f71
increase http2 default window size
taoyuanyuan Feb 20, 2020
b2a239f
Merge pull request #998 from taoyuanyuan/increase_http2_window_size
nejisama Feb 20, 2020
2acc10f
Merge branch 'master' into master-merged
dunjut Feb 20, 2020
8e47c42
admin api auto dump config
nejisama Feb 20, 2020
861c293
fix compile error
nejisama Feb 20, 2020
426a5f1
fix dump mosn config
nejisama Feb 21, 2020
e8b11e1
add dump feature
nejisama Feb 21, 2020
d1c9f58
fix unit test
nejisama Feb 21, 2020
57bdf97
fix integrate test
nejisama Feb 21, 2020
7ef0301
compatible with connection_manager
nejisama Feb 21, 2020
390a1ea
vendor update
pxzero Feb 23, 2020
81eb907
add dubbo & tar protocol engine integrate test
pxzero Feb 23, 2020
f111f77
revert timeout
pxzero Feb 23, 2020
17f72de
fix integrate test
pxzero Feb 24, 2020
22c88ac
fix error log impl
nejisama Feb 24, 2020
67b954d
fix proxy logger
nejisama Feb 24, 2020
a006833
Merge pull request #1000 from pxzero/feat_protocol_engine
neverhook Feb 24, 2020
1f782b9
fix proxy logger
nejisama Feb 24, 2020
f25a4e5
fix error log
nejisama Feb 24, 2020
faf8bd5
Merge branch 'master' into develop
nejisama Feb 24, 2020
910272d
Merge pull request #5 from mosn/master
wangfakang Feb 25, 2020
3406b94
add plugin example for python
taoyuanyuan Feb 25, 2020
6f6ed21
listener config use Addr to replace AddrConfig if Addr is exists
nejisama Feb 27, 2020
d5ba9b8
Merge pull request #989 from dunjut/master-merged
neverhook Feb 27, 2020
07684ec
Merge pull request #6 from mosn/master
wangfakang Feb 28, 2020
a11045b
fix tracing bug for subProtocol acquirement
Feb 28, 2020
2deb0b2
refactor stream filter transcoder
Feb 28, 2020
6bff2df
version to v0.10.0
nejisama Feb 28, 2020
05036b2
Support original_dst load balancer.
wangfakang Feb 26, 2020
2b96de4
add changelog en ver
nejisama Feb 28, 2020
07cd4af
Merge pull request #1006 from nejisama/ver0100
rootsongjc Feb 28, 2020
695ef49
auto detect system for transfer_path.sh
taomaree Feb 28, 2020
f60d33b
Make cluster supports request header forwarding.
wangfakang Feb 28, 2020
996d9e2
add xprotocol example and quick-start with it
Feb 28, 2020
ef25f24
update vendor
Feb 28, 2020
09e479a
merge upstream
Feb 28, 2020
b393baf
add license declaration
Feb 28, 2020
8653656
revert change of commonrule config.json
Feb 28, 2020
e8507d2
optimize transcoder http2bolt_simple_test.go
Feb 28, 2020
ba6e786
Merge pull request #7 from mosn/master
wangfakang Feb 29, 2020
3efdbd1
Merge pull request #1008 from neverhook/feat_protocol_engine
neverhook Mar 2, 2020
fcd4ac1
Merge branch 'master' of github.com:mosn/mosn into develop
nejisama Mar 2, 2020
179442b
fix go mod invalid
nejisama Mar 2, 2020
cc3a0d9
Merge pull request #1002 from nejisama/develop
taoyuanyuan Mar 2, 2020
23cf73b
Merge pull request #1007 from taomaree/master
nejisama Mar 3, 2020
0975090
Support register listener filters.
wangfakang Mar 3, 2020
39777bc
Merge branch 'master' into feature-listener
wangfakang Mar 3, 2020
0407b11
Merge pull request #1005 from wangfakang/feature-originaldst
nejisama Mar 3, 2020
18a9454
Using the self listener when UseOriginalDst.
wangfakang Mar 3, 2020
1eaeaa7
Merge branch 'master' into feature-listener
wangfakang Mar 3, 2020
2d5f1ab
fix test cases.
wangfakang Mar 4, 2020
97935a3
Merge pull request #8 from mosn/master
wangfakang Mar 4, 2020
96a7992
[featuregate] bugfix: missing err-check in SetFromMap
dunjut Mar 4, 2020
3c814ec
Merge pull request #1019 from dunjut/feature-gate
nejisama Mar 5, 2020
3ade245
copy examples config into configs
nejisama Mar 5, 2020
4482612
Merge pull request #1021 from nejisama/master
taoyuanyuan Mar 5, 2020
567f0fe
remove dir
taoyuanyuan Mar 5, 2020
c41ba6f
add setter support for indexed variables.
Mar 5, 2020
229d020
Add variable definition for tryTimeout, globalTimeout and hijack stat…
Mar 5, 2020
e00ecfb
Modify header name.
wangfakang Mar 4, 2020
31fe153
fix tls panic when sds failed
nejisama Mar 6, 2020
03fd4a3
fix max conn try times
nejisama Mar 6, 2020
d879a3c
Support dynamic resolve host.
wangfakang Mar 6, 2020
d66a466
Merge pull request #1026 from nejisama/fix/connpool_and_tls
nejisama Mar 9, 2020
50c777f
Merge pull request #1004 from taoyuanyuan/plugin_example_for_python
nejisama Mar 9, 2020
aad882f
Merge branch 'master' into feature/router_config
nejisama Mar 9, 2020
e321b61
modify EncodeHeader function
taoyuanyuan Mar 9, 2020
fdfe06d
fix unit test
nejisama Mar 9, 2020
3e46b9d
fix set mosn config as comment
nejisama Mar 10, 2020
d4f64cf
fix unit test
nejisama Mar 10, 2020
adb79ad
change mkdir to mkdirall
nejisama Mar 10, 2020
f5ebab7
add start retry for sds client
pxzero Mar 11, 2020
d846350
Merge pull request #995 from nejisama/feature/router_config
nejisama Mar 11, 2020
161a480
Merge branch 'master' into feature/sds_retry_update_config
pxzero Mar 11, 2020
47fff7f
fix import
pxzero Mar 11, 2020
b25f39b
Merge branch 'master' into feat_protocol_engine
nejisama Mar 11, 2020
562b50c
Merge pull request #1036 from pxzero/feature/sds_retry_update_config
nejisama Mar 11, 2020
38ed666
add start retry for sds client
pxzero Mar 11, 2020
f4d14d8
add tls read error log
nejisama Mar 11, 2020
03c741c
Merge branch 'master' into fix/tls
nejisama Mar 11, 2020
4ce0c38
Merge pull request #1024 from neverhook/feat_variable_set
taoyuanyuan Mar 12, 2020
2c03ca2
Merge pull request #1037 from nejisama/fix/tls
taoyuanyuan Mar 12, 2020
8a4d742
peek timeout set to idle timeout
nejisama Mar 12, 2020
d2bb04b
Merge pull request #1040 from nejisama/develop
nejisama Mar 12, 2020
7c04d3f
fix compile and test after merge
nejisama Mar 11, 2020
27ffc4c
fix exmaple, clean useless code
nejisama Mar 12, 2020
5aae12a
add more integrate test
nejisama Mar 12, 2020
6dbc213
Merge pull request #1010 from mosn/feat_protocol_engine
nejisama Mar 12, 2020
56448bd
Merge branch 'master' into feature-listener
wangfakang Mar 12, 2020
c6e5b4a
fix unit test.
wangfakang Mar 12, 2020
053d9e3
Modify logs and code style.
wangfakang Mar 13, 2020
e76d85e
Update style for time.
wangfakang Mar 13, 2020
02a352c
Merge pull request #1020 from wangfakang/feature-dynamic_resolve
taoyuanyuan Mar 13, 2020
bfa5cc0
Merge branch 'master' into feature-listener
wangfakang Mar 13, 2020
f6a1b4d
Merge pull request #1031 from taoyuanyuan/fix_h2_append_header
taoyuanyuan Mar 13, 2020
e2926c6
Modify some logical for review.
wangfakang Mar 13, 2020
f23e3a6
Merge pull request #1014 from wangfakang/feature-listener
nejisama Mar 13, 2020
5052a77
Tracer support inject header.
taoyuanyuan Mar 16, 2020
ac9db47
testcase for tracer
taoyuanyuan Mar 17, 2020
2ea7c63
Merge pull request #1044 from taoyuanyuan/tacer-support-setupstreaminfo
taoyuanyuan Mar 17, 2020
2c210a2
add stream filter demo
nejisama Mar 19, 2020
9aac714
add plugin demo
nejisama Mar 19, 2020
92536e8
add so demo
nejisama Mar 20, 2020
c08f6fa
add readme
nejisama Mar 20, 2020
d978546
Merge pull request #1053 from nejisama/extension_demo
taoyuanyuan Mar 23, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .travis.yml

This file was deleted.

40 changes: 40 additions & 0 deletions .travis.yml
@@ -0,0 +1,40 @@
dist: trusty
sudo: required

language: go
go:
- 1.12.7

services:
- docker

jobs:
include:
- stage: test
script: make coverage
- stage: integrate
script: make integrate
- stage: build
script: make build
# - stage: deploy
# - stage: release


stages:
- name: test
- name: integrate
- name: build
# if: branch = master
# - name: deploy
# if: branch = master

after_success:
- bash <(curl -s https://codecov.io/bash)

notifications:
email:
- junxiong.sjx@antfin.com
- lingtao.klt@antfin.com
- linzhengchun.lzc@alibaba-inc.com
- xiaojian.aoxiaojia@antfin.com
- xiaodong.dxd@antfin.com
32 changes: 32 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,37 @@
# Changelog

## v0.10.0

### New features

- Support multi-process plugin mode
- Startup parameters support service-meta parameters
- Supports abstract uds mode to mount sds socket

### Refactoring

- Separate some mosn base library code into mosn.io/pkg package (github.com/mosn/pkg)
- Separate mosn interface definition to mosn.io/api package (github.com/mosn/api)

### Optimization

- The log basic module is separated into mosn.io/pkg, and the log of mosn is optimized
- Optimize FeatureGate
- Added processing when failed to get SDS configuration
- When CDS deletes a cluster dynamically, it will stop the health check corresponding to the cluster
- The callback function when sds triggers certificate update adds certificate configuration as a parameter

### Bug fixes

- Fixed a memory leak issue when SOFARPC Oneway request failed
- Fixed the issue of 502 error when receiving non-standard HTTP response
- Fixed possible conflicts during DUMP configuration
- Fixed the error of Request and Response Size of TraceLog statistics
- Fixed write timeout failure due to concurrent write connections
- Fixed serialize bug
- Fixed the problem that the memory reuse buffer is too large when the connection is read, causing the memory consumption to be too high
- Optimize Dubbo related implementation in XProtocol

### v0.9.0

### New features
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG_ZH.md
@@ -1,5 +1,37 @@
# 更新日志

## v0.10.0

### 新功能

- 支持多进程插件模式
- 启动参数支持service-meta参数
- 支持abstract uds模式挂载sds socket

### 重构

- 分离部分mosn基础库代码到mosn.io/pkg包(github.com/mosn/pkg)
- 分离部分mosn接口定义到mosn.io/api包(github.com/mosn/api)

### 优化

- 日志基础模块分离到mosn.io/pkg,mosn的日志实现优化
- 优化FeatureGate
- 新增处理获取SDS配置失败时的处理
- CDS动态删除Cluster时,会同步停止对应Cluster的健康检查
- sds触发证书更新时的回调函数新增证书配置作为参数

### Bug 修复

- 修复在SOFARPC Oneway请求失败时,导致的内存泄漏问题
- 修复在收到非标准的HTTP响应时,返回502错误的问题
- 修复DUMP配置时可能存在的并发冲突
- 修复TraceLog统计的Request和Response Size错误问题
- 修复因为并发写连接导致写超时失效的问题
- 修复serialize序列化的bug
- 修复连接读取时内存复用保留buffer过大导致内存占用过高的问题
- 优化XProtocol中Dubbo相关实现

## v0.9.0

### 新功能
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.0
v0.10.0
1 change: 1 addition & 0 deletions cmd/mosn/main/control.go
Expand Up @@ -85,6 +85,7 @@ var (
s := &http.Server{Addr: addr, Handler: nil}
store.AddService(s, "pprof", nil, nil)
}

// set mosn metrics flush
metrics.FlushMosnMetrics = true
// set version and go version
Expand Down
17 changes: 10 additions & 7 deletions cmd/mosn/main/mosn.go
Expand Up @@ -25,29 +25,32 @@ import (

"github.com/urfave/cli"
_ "mosn.io/mosn/pkg/buffer"
_ "mosn.io/mosn/pkg/filter/listener/originaldst"
_ "mosn.io/mosn/pkg/filter/network/connectionmanager"
_ "mosn.io/mosn/pkg/filter/network/proxy"
_ "mosn.io/mosn/pkg/filter/network/tcpproxy"
_ "mosn.io/mosn/pkg/filter/stream/faultinject"
_ "mosn.io/mosn/pkg/filter/stream/healthcheck/sofarpc"
_ "mosn.io/mosn/pkg/filter/stream/mixer"
_ "mosn.io/mosn/pkg/filter/stream/payloadlimit"
_ "mosn.io/mosn/pkg/filter/stream/transcoder/http2bolt"
_ "mosn.io/mosn/pkg/metrics/sink"
_ "mosn.io/mosn/pkg/metrics/sink/prometheus"
_ "mosn.io/mosn/pkg/network"
_ "mosn.io/mosn/pkg/protocol"
_ "mosn.io/mosn/pkg/protocol/http/conv"
_ "mosn.io/mosn/pkg/protocol/http2/conv"
_ "mosn.io/mosn/pkg/protocol/rpc/sofarpc/codec"
_ "mosn.io/mosn/pkg/protocol/rpc/sofarpc/conv"
_ "mosn.io/mosn/pkg/protocol/rpc/xprotocol/tars"
_ "mosn.io/mosn/pkg/protocol/xprotocol"
_ "mosn.io/mosn/pkg/protocol/xprotocol/bolt"
_ "mosn.io/mosn/pkg/protocol/xprotocol/boltv2"
_ "mosn.io/mosn/pkg/protocol/xprotocol/dubbo"
_ "mosn.io/mosn/pkg/protocol/xprotocol/tars"
_ "mosn.io/mosn/pkg/router"
_ "mosn.io/mosn/pkg/stream/http"
_ "mosn.io/mosn/pkg/stream/http2"
_ "mosn.io/mosn/pkg/stream/sofarpc"
_ "mosn.io/mosn/pkg/stream/xprotocol"
_ "mosn.io/mosn/pkg/trace/sofa/http"
_ "mosn.io/mosn/pkg/trace/sofa/rpc"
_ "mosn.io/mosn/pkg/trace/sofa/rpc/ext"
_ "mosn.io/mosn/pkg/trace/sofa/xprotocol"
_ "mosn.io/mosn/pkg/trace/sofa/xprotocol/bolt"
_ "mosn.io/mosn/pkg/upstream/healthcheck"
_ "mosn.io/mosn/pkg/xds"
)
Expand Down
12 changes: 1 addition & 11 deletions configs/README.md
@@ -1,11 +1 @@
There are some simple config examples for different scenarios
+ mosn_config.json
+ a simple sofarpc mosn config
+ mosn_http_tls.json
+ a simple http mosn config
+ mosn_autoprotocol.json
+ a simple auto protcol mosn config
+ mosn_iptables.json
+ a simple "transparent proxy" mosn config, the example iptables command is `iptables -t nat -A PREROUTING -p tcp --dport 9080 -j REDIRECT --to-ports 15001`
+ mosn_xprotocol_dubbo.json
+ a simple xprotocol mosn config, sub protocol is dubbo implemented in mosn
The config files in this directory is just a simple example.
105 changes: 0 additions & 105 deletions configs/mosn_autoprotocol.json

This file was deleted.