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 is kafka-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-L8717
How to reproduce
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:
Description
The
describe_user_scram_credentialsmethod 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)