ansible-middleware / amq_streams

Apache License 2.0
8 stars 6 forks source link

Implementing support for KRaft #124

Open rpelisse opened 1 month ago

rpelisse commented 1 month ago
SUMMARY

Currently, the Ansible collection for AMQ Streams only supports Zookeeper for orchestration. It would be beneficial to implement a new role, called amq_streams_kraft to use kraft instead of zookeeper when deploying a kafka cluster.

ISSUE TYPE