confluent-kafka-python
confluent-kafka-python copied to clipboard
Adding int ID for Transactional ID Resource Type
Works to build with https://github.com/confluentinc/librdkafka/pull/4803
As librdkafka in this case is installed in /usr/local/lib the build and install is done using
C_INCLUDE_PATH=/usr/local/lib LIBRARY_PATH=/usr/local/lib LD_LIBRARY_PATH=/usr/local/lib python setup.py build
C_INCLUDE_PATH=/usr/local/lib LIBRARY_PATH=/usr/local/lib LD_LIBRARY_PATH=/usr/local/lib python setup.py install
Tested with 2 different python projects using the locally compiled libs, and it works for both listing the ACLs and setting them.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
:tada: All Contributor License Agreements have been signed. Ready to merge.
:white_check_mark: JohnPreston
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
Created internal PR for the same - https://github.com/confluentinc/confluent-kafka-python/pull/1834