strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
146 stars 90 forks source link

Added zk dependency to kafka and restart policy to compose files #136

Closed iMajna closed 2 years ago

iMajna commented 2 years ago

While deploying Kafka with Hydra there are times where Kafka shuts down because Zookeeper just wasn't ready to accept connections. To tweak it just a little bit I added small dependency to Kafka + restart policy just in case it dies for some unknown reason to tackle "Did you try to turn it off and on again".

iMajna commented 2 years ago

Ah, my bad, apologise! This should do it :)