Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9740b2b added pickling support.
However, in https://github.com/dpkp/kafka-python/pull/899/files#diff-ec0c29b3ee77321d4150e7578616a894L9, I removed the import, as it appeared to be unused. As a result, the entire file 9740b2b#diff-74e9dcafb2f9d7443ee297bb5aab1c32 is never used.
So either the import needs to be added back, or the entire file kafka/protocol/pickle.py should be removed.
kafka/protocol/pickle.py
I haven't spend the time to research how all this works... @dpkp does importing pickle have some silent side-effect that fixes pickling?
pickle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
9740b2b added pickling support.
However, in https://github.com/dpkp/kafka-python/pull/899/files#diff-ec0c29b3ee77321d4150e7578616a894L9, I removed the import, as it appeared to be unused. As a result, the entire file 9740b2b#diff-74e9dcafb2f9d7443ee297bb5aab1c32 is never used.
So either the import needs to be added back, or the entire file
kafka/protocol/pickle.py
should be removed.I haven't spend the time to research how all this works... @dpkp does importing
pickle
have some silent side-effect that fixes pickling?The text was updated successfully, but these errors were encountered: