mrproliu opened a new issue #8077: URL: https://github.com/apache/skywalking/issues/8077
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description I'm working on the benchmark for satellite transmit the Enovy ALS message from Envoy to SkyWalking OAP. But I found that could only support 7K QPS for transmitting when receive the ALS is bigger than 7K, could not be kept growth. The Image is below.  Also, the satellite logs output the pipeline queue full and drop the received message.  ### Use case I found the satellite only has **one** sender(consumer) on each pipeline. It blocks the message written to the pipeline and wastes time on `I/O`. So I think we could build the partitioned pipeline, then we could consume the pipeline parallel. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
