merlimat commented on PR #3: URL: https://github.com/apache/pulsar-client-python/pull/3#issuecomment-1263708417
> When we release a Python client, we can specify the tag like Exactly, but then it would be the same as depending on a released version of C++ client. Having the submodule won't help here. > if we want to support a new feature, we have to release the C++ client first. Yes, if the feature is significant enough to grant a C++ release, then we just do the 2 releases (and also NodeJS and maybe other wrappers). If the feature is not big enough, we can wait to include other changes in C++ before releasing. We would still be in a completely different situation from where we are today, where the Python release is tied to a huge Pulsar release that includes everything. If we automate all the steps, we are now in a position to do C++ release with minimal effort, therefore we can do them very frequently. -- 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]
