kezhenxu94 commented on issue #6019:
URL: https://github.com/apache/skywalking/issues/6019#issuecomment-746368691


   > What is the impact for current service?
   
   If the users code space contains class whose name is the same as what we 
defined in the protocol, it conflicts (maybe won't compile?), this was exactly 
what I encountered in the Python agent.
   
   In the Python agent, we solve this by generating the codes, and modifying 
its namespace (top package name in Python's term) to `skywalking`, 
https://github.com/apache/skywalking-python/blob/master/tools/codegen.py
   
   I am not sure whether this is feasible in C++.


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