BewareMyPower commented on issue #85:
URL: 
https://github.com/apache/pulsar-client-python/issues/85#issuecomment-1418551427

   It could be more friendly to Python developers because C++ is a complicated 
language for most developers that do not have C++ experiences. It's welcome to 
write another pure Python implemented client, like the native Go client.
   
   However, from my perspective, it's a little different with Golang. Golang 
compiles its native binaries, while Python interceptor (I mean CPython here) 
actually works by loading C dynamic libraries. Writing fully-native Python 
client might bring some unnecessary performance overhead. In addition, a 
fully-native Python client is only more friendly for Python **developers**, not 
Python **users**.


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

Reply via email to