0.0.11
First GitHub Release.
-
Added full support for new Consumer Group functionality from confluent_kafka 2.0.2:
- updated
groups()
to make use of the new operationlist_consumer_groups()
from confluent_kafka 2.0.2 - added
describe_groups()
(describe_consumer_groups()
) - added
delete_groups
(delete_consumer_groups()
) - added
group_offsets
(list_consumer_group_offsets()
) - added
alter_group_offsets
(alter_consumer_group_offsets()
)
- updated
-
Added
clusters()
to list all defined clusters in the clusters directory -
Added
pretty()
and ppretty to support prettified JSON output