confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

Adding int ID for Transactional ID Resource Type

Open JohnPreston opened this issue 1 year ago • 2 comments

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.

JohnPreston avatar Aug 05 '24 11:08 JohnPreston

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] avatar Aug 05 '24 11:08 cla-assistant[bot]

CLA assistant check
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.

cla-assistant[bot] avatar Aug 05 '24 11:08 cla-assistant[bot]

: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

pranavrth avatar Oct 10 '24 19:10 pranavrth