aiokafka icon indicating copy to clipboard operation
aiokafka copied to clipboard

Admin client not included in PIP package

Open TrevorPace opened this issue 3 years ago • 2 comments
trafficstars

Describe the bug The admin client is not being included in the pip package.

Expected behaviour The admin client should be available in the pip package

Environment (please complete the following information): N/a

Reproducible example

from aiokafka import AIOKafkaAdminClient

TrevorPace avatar Jul 06 '22 13:07 TrevorPace

You should use from aiokafka.admin import AIOKafkaAdminClient

marcosschroh avatar Jul 06 '22 14:07 marcosschroh

@marcosschroh admin.py is not in the pip package.

TrevorPace avatar Jul 06 '22 14:07 TrevorPace

Bump. Could we get a release with the admin client?

y4n9squared avatar Nov 12 '23 18:11 y4n9squared

Could we get a release with the admin client?

What version do you use and what problem do you have? aiokafka 0.8.1 does include admin client, i.e. from aiokafka.admin import AIOKafkaAdminClient works fine.

ods avatar Nov 13 '23 06:11 ods

Apologies. You are right that it's included. Thanks

y4n9squared avatar Nov 14 '23 03:11 y4n9squared