Hello Apache Kafka community, I like that kafka-clients is now separate module, and has no scala dependency even. I'd like to propose that kafka.admin package gets published as separate module too.
I'm writing some tests, and to be able to use kafka.admin tools/utils in them I have to bring in too large kafka module, with server stuff and all dependencies, like netty. Test framework happens to use netty too but different version - classpath hell. Any thoughts? Is proposal sound enough for a JIRA ticket? Kind regards, Stevo Slavic.