-
-
Notifications
You must be signed in to change notification settings - Fork 192
How to run / configure outside kubernetes/strimzi #22
Comments
Hi Julien, Thanks for trying out Kafka Lag Exporter. The standalone run use case is indeed something I haven't spent time to document. You can use the
Please share your experiences running the project in standalone mode. I would welcome a section in the README documenting this. |
I had this up and running pretty quickly like so:
You can then hit http://localhost:8000 |
With this simple application.conf file:
I have successfully run the lag exporter by executing However I am not very familiar with scala applications and Ithink that this configuraton file could be better (especially related to logging). |
This looks good @julienmmm. The
|
Documented in #29 |
Hello,
I am trying to run the kafka-lag-exporter as a classic stand alone application.
To do that, I've built the project with "sbt clean dist" which has produced a zip file under target/universal. After unzipping I am able to start the exporter with "./bin/kafka-lag-exporter".
My problem is that it is not very clear for me how you can configure a static cluster definition, the documentation stated that it is possible to create an application.conf file but I could not find any documentation on its structure.
Thanks for your help!
Julien
The text was updated successfully, but these errors were encountered: