Boris Shkolnik created SAMZA-1921:
-------------------------------------
Summary: Upgrade SamzaKafkaSystemAdmin to use latest AdminClient
Key: SAMZA-1921
URL: https://issues.apache.org/jira/browse/SAMZA-1921
Project: Samza
Issue Type: Bug
Reporter: Boris Shkolnik
Assignee: Boris Shkolnik
Currently it uses kafka.admin.AdminClient, whis is old and soon to be
deprecated version.
We need to move to org.apache.kafka.clients.admin.AdminClient (which uses Java).
Among other things, it should give us a callback facility to synchnorize some
async operations (like create and clear streams). After that we can rewrite
create/clear stream for SamzaKafkaAdmin.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)