confluentinc / confluent-kafka-python

Confluent's Kafka Python Client
http://docs.confluent.io/current/clients/confluent-kafka-python
Other
3.73k stars 882 forks source link

Fix calls with empty lists #1662

Closed emasab closed 8 months ago

emasab commented 8 months ago

describe_topics and list_offsets should return an empty output if and empty input is passed as parameter. Consistent with Java and user friendly for users using filter and map.