obsidiandynamics / kafdrop

Kafka Web UI
Apache License 2.0
5.44k stars 833 forks source link

chore: add favicon #655

Closed jeremysprofile closed 2 months ago

jeremysprofile commented 2 months ago

SVG already exists, just a matter of including it in the <header>. Fixes #359.

Tested via:

mvn clean package
java --add-opens=java.base/sun.nio.ch=ALL-UNNAMED  \
  -jar target/kafdrop-4.0.2-SNAPSHOT.jar \
  --kafka.brokerConnect=$KAFKA

Results:

image