We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a feature request, currently stream.take() returns only values from kafka, users are not able to access keys and meta information.
stream.take() should return events()
stream.take() returns only values from kafka
Python version : 3.6.9 Faust version 1.10.4 Operating system: Linux
The text was updated successfully, but these errors were encountered:
Would it make sense to include the "fix" for manual acknowledgment in this PR as well? #513
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is a feature request, currently stream.take() returns only values from kafka, users are not able to access keys and meta information.
Expected behavior
stream.take() should return events()
Actual behavior
stream.take() returns only values from kafka
Versions
Python version : 3.6.9
Faust version 1.10.4
Operating system: Linux
The text was updated successfully, but these errors were encountered: