tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.42k stars 1.36k forks source link

support for grpc and how to generate uniques value for each request #623

Open anup1384 opened 1 year ago

anup1384 commented 1 year ago

I am using gRPC curl to make POST requests, and within each request, I require the transaction_id to be unique. To generate load, I want to do this using Vegeta, ensuring that each request made with it will have a unique transaction_id. If this feature is available, then please suggest me how can I do this. grpc curl

grpcurl  -plaintext -d '{
  "transaction_id": "'12345'",     #this should be uniques in each request
}' 127.0.0.1:9090 com.abc.com/order