-
### Describe the bug
go mod require sofastack.io/sofa-mosn v0.0.0-20191125121549-e3e11830cfca
# error
sofastack.io/sofa-mosn/pkg/api/v2
/Users/fuzesun/go/pkg/mod/sofastack.io/sofa-mosn@v0.0.0-2…
-
我发现虚拟机mosn的日志 /var/log/istio/istio.log中不断的打印类似于下面的log
2019/09/26 19:50:33.517 0s 0s 60.526µs 0 0 - 404 69.51µs false 404 - - - -
2019/09/26 19:50:34.525 0s 0s 105.853µs 0 0 - 404 115.375µs false 404…
-
### Your question
i run the command:
make build-local
bug get
CGO_ENABLED=0 go build\
-ldflags "-B 0x022552f34d421ecd55862c44c9cca170fa6348bf -X main.Version=0.7.0(a34f2e6d)" \
-v -o mo…
-
### The New Feature
Mosn 监控的维度可以是接口或者基于 head 里的 tag(应用/模块)的粒度吗?
### Your scenes
describe your use scenes (why need this feature)
### Your advice
describe the advice or solution of th…
-
在本地搭了一个sofa-rpc服务端,诉求是通过python调用rpc接口,发现MeshClient没有成功启动报错,后面的订阅和调用自然是不可能成功的。请问一下为什么这里会去请求本地的13330接口,谢谢
![屏幕快照 2019-11-07 下午3 26 35](https://user-images.githubusercontent.com/44402034/68368804-c408cf…
-
### The New Feature
目前在mosn各个阶段或者模块都要获取变量,比如tracer和accesslog都要获取remote_ip, local_ip 等跟请求级别或者连接级别相关的变量,目前都是每次重复计算,并且这些字符串格式化计算也很费性能。
需要用一个变量框架,第一次计算处理之后,后面都直接复用。
### Your scenes
describe y…
-
### Describe the bug
```json
{
"servers": [
{
"default_log_path": "stdout",
"default_log_level": "TRACE",
"listeners": [
{
"name": "httpbin",
…
-
### Your question
sofa-mosn 包管理使用dep 管理,请问是基于什么考量选择dep 而不是基于 vgo ,感觉使用vgo 更方便一些?
### Environment
0.8.0
-
example 文档中 https://github.com/sofastack/sofa-mosn/tree/master/examples/cn_readme/sofarpc-sample
使用 SOFAMosn 作为 SOFARPC 代理
简介
该样例工程演示了如何配置使得SOFAMosn作为SofaRpc代理
SOFAMosn之间的协议是HTTP2
为了演示方便,SOFAMo…
-
### Describe the bug
in https://github.com/sofastack/sofa-mosn/blob/becc7a6dc50c4df322416c06af9630f6ed7954b6/examples/codes/tcpproxy-sample/rpc_client.go#L72
`Instance ` undefined `Serialize ` met…