sleighzy / ansible-kafka

Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
MIT License
122 stars 80 forks source link

generalized config params kafka_config_params #28

Closed ObjectiveTruth closed 11 months ago

ObjectiveTruth commented 2 years ago

similar to https://github.com/sleighzy/ansible-zookeeper/issues/39

PR is #27

ObjectiveTruth commented 2 years ago

Seems to be failing on the molecule dependency installation. I'm not very familiar with Molecule or Github actions. Any advice on what might be happening? @sleighzy

sleighzy commented 2 years ago

Hi @ObjectiveTruth What’s the error you’re seeing? I see after running the GitHub action just now that it errors out about not being able to find the ZooKeeper role. Is this the same problem you’re having, ie it’s missing a dependency, which is the ZooKeeper role?

sleighzy commented 11 months ago

Closing this issue now as #33 has superseded this.

I have also recently updated the dependencies and Molecule tests (and associated README docs on this) so all GitHub Actions and local test runs are now passing and this should resolve the previous issues noted in the comments above.

sleighzy commented 11 months ago

Closing as functionality has been implemented.