EvanLjp edited a comment on pull request #5:
URL: 
https://github.com/apache/skywalking-satellite/pull/5#issuecomment-734922926


   > 2\. Event in the doc should be the data of the processor. From my 
understanding, there should be no explicit boundary between input and output, 
because every output could be another filter's input. I am curious how you plan 
to use the InputEvent and OutputEvent.
   
   Event is a global context, all Events were allowed to transfer in Satellite. 
InputEvent is a smaller concept for Gatherer. Because  Gatherer would put the 
data in Queue, InputEvent guarantees that Queue can be replaced in different 
plug-ins.  It's up to the plug-in to decide whether to take the original look 
or serialize to bytes.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to