-
**Describe the bug**
我在进行压力测试,当我测试到grpc的时候使用jmeter-grpc插件
但是我查看nacos_grpc_service.proto 文件的时候发现了一个Any 。在我绞尽脑汁一阵狂敲键盘之后我发现无法征服Any这个字段
--
I'm doing stress testing and using the Jmeter-grPC plug-i…
-
### Discussed in https://github.com/zalopay-oss/jmeter-grpc-request/discussions/121
Originally posted by **steverawlins-zebra** June 15, 2022
We have discovered, during high-volume testing (mo…
-
### Current Behavior
> using jmeter to test my route ,and has found some error ,the error message please see the pic .
apisix单机,etcd单机。jmeter压测时 50 thread 1 period 5 loop 执行同一个接口,报错。
![image](ht…
-
Server using [Socket.IO](https://github.com/socketio/socket.io)
> Socket.IO is not a WebSocket implementation. Although Socket.IO indeed uses WebSocket as a transport when possible, it adds some me…
-
### 联系方式
微信号:18817464652
### MeterSphere 版本
v1.20.9
### 使用外置数据库
否
### 问题描述
基于jmeter-grpc-request开发的ms插件,运行时会报出Unable to execute protoc binary。经过排查后发现,原因是docker镜像中使用的Linux版本为alpine linux,不支持运行ex…
-
### What would you like to be added?
Refer to https://github.com/advisories/GHSA-qppj-fm5r-hxr3
## Bump golang.org/x/net:
- [x] 0.17.0 for 3.4/3.5/main
- [X] https://github.com/etcd-io/etcd/…
ahrtr updated
12 months ago
-
## Context
In https://github.com/massalabs/massa/issues/3803 we saw that when sending operations through the API we had a memory consumption problem. More calls to `send_operations` created more me…
-
We observe tempo query restarting very frequently under below scenario,
1) Deployed tempo 2.2.1 with 1 query-frontend and one querier.
2) Write path load (100k spans/sec) is working fine
3) Ex…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| | network/frr |:red_square: | :red_square: | broken by protobuf upgrade ||
|✅ | network/ny…
-
I have deployed the grpc service which will encrypt the text, but response time is slower than REST service.
below is my GRPC proto file:
```proto
message CipherApiInput {
string key=1 […