kezhenxu94 commented on pull request #8193: URL: https://github.com/apache/skywalking/pull/8193#issuecomment-980766033
> Ok, understand. But if the satellite also using the original protocol, the OAP also only support one identify for one streaming, the satellite will open, send and close the stream every time. But we can cross the identity in one stream If Satellite can send the messages in batch for even different nodes, why not just send messages in batch grouping by node, example: send messages in batch (say 100 messages) from node 1 in a stream and send 100 messages from node 2 in another stream so that OAP can parse only one node for each stream. Because you had already decided to provide a dedicate protocol for Satellite, you can consider providing the protocol in a more efficient way. -- 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]
