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

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

Open
anup1384 opened this issue Jun 3, 2023 · 0 comments
Open

Comments

@anup1384
Copy link

anup1384 commented Jun 3, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant