Vector source is slow #20676
Unanswered
paulrozhkin
asked this question in
Q&A
Replies: 1 comment
-
Rather than the Note that I believe requests on a single connection will be processed sequentially so I'm not sure if I'd expect Vector to be handling 10k/s. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm trying to use a Vector Source with my gRPC client which use PushEventsRequest from vector.proto as in the issue New grpc source
My config file:
But I have a problem that the vector processes only 30~50 requests per second in one gRPC connection (client can send ~10k requests):
Example of request in json format:
Can I improve this with some vector configuration?
Beta Was this translation helpful? Give feedback.
All reactions