Pranav Rathi
Pranav Rathi
These changes are related to the users getting confused for logger callback property. In the docs we refer to librdkafka properties first then explain logger properties of python client. Due...
Fixing 4 broken links in the documentation. 1. Statistics Schema JSON 2. transaction.c example file 3. rdkafka.h src file 4. rdkafka_ssl.c src file
- Introduced pyproject.toml - Moved static metadata from setup.py - Removed Python 3.6 support - Updated RELEASE.md
Fixing styles with automatic style fix make command. As this is the new project, we should use latest version of clang-format. Currently, using v15. We should keep clang-format version up-to...
- Heartbeat Error Handling - Partial Acknowledgement Flow - OffsetCommit Request upgrade to v9 - OffsetCommit Response upgrade to v9 - Fixed few segfaults - Fixed metadata call being called...
* Added support for testing with new 'consumer' group protocol. * Fixed a incorrect testcase.