You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried passing in an empty user list but it doesn't work
admin_client.describe_user_scram_credentials([]) # just returns empty map
Checklist
Please provide the following information:
confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()): ('2.2.0', 33685504) and ('2.2.0', 33685759)
Apache Kafka broker version: 3.3.1
Client configuration: {...}
Operating system: Mac
Provide client logs (with 'debug': '..' as necessary)
Provide broker log excerpts
Critical issue
The text was updated successfully, but these errors were encountered:
Description
The
describe_user_scram_credentials
method was added to the admin client recently but I'm unable to find a way to describe all users. The equivalent Kafka CLI command for what I'm trying to do iskafka-configs.sh --describe --entity-type users
. I also see that librdkafka supports this functionality https://github.com/confluentinc/librdkafka/blob/7cc860d4d099bfe4c53f60950189ea139a660128/src/rdkafka.h#L8716-L8717How to reproduce
I tried passing in an empty user list but it doesn't work
Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
): ('2.2.0', 33685504) and ('2.2.0', 33685759){...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: