Strimzi Kafbat Integration #11388
nissarkamal
started this conversation in
General
Replies: 1 comment 2 replies
-
Strimzi configures the storage in a completely usual way using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We use Strimzi 0.45 (kraft mode) and our setup consists of separate nodepools for controllers (5 nodes) and brokers (5 nodes) with jbod storage (as of now we are only attaching a single disk). We also use Kafbat (formerly KUI) as our UI to look at topic and other Kafka related information. While we can use Kafbat to see the Strimzi cluster and the number of brokers, we have an issue with accessing the disk information. Upon reaching out to Kafbat we were told that this is probably because Strimzi does not publish the log_dirs info correctly, hence it cannot be pulled by the Kafka admin client that Kafbat uses.
While Strimizi allows us to deploy and manage Kafka is a simple straightforward way, the Kafbat integration is the last piece of the puzzle we are trying to solve before we hit production. We understand that Strimzi stores the logs differently from traditional Kakfa /var/lib/ vs /opt/kafka/ but is there a way to make it discoverable by the Kafka admin client?
Beta Was this translation helpful? Give feedback.
All reactions