Bert Roos
Bert Roos
Great to hear! Closing the issue now.
@leeyuentuen You said "Did you enable transaction in your settings of the alfen integration". What is the (English) name of that setting?
I do it in the browser, but I don't know what setting to look for.
I do not understand the objective of this PR. As mentioned in the README, you can use `kafka.properties` for configuration information "including key/truststore passwords". What do you want to add...
In that case, I suggest a much simpler implementation. We already support `SSL_KEY_STORE_PASSWORD`. If you [search for that string](https://github.com/search?q=repo%3Aobsidiandynamics%2Fkafdrop%20SSL_KEY_STORE_PASSWORD&type=code), you'll find two occurrences: * https://github.com/obsidiandynamics/kafdrop/blob/87c6f77dddf1d0fb43c2e13b7039f5f784256442/README.md?plain=1#L338 * https://github.com/obsidiandynamics/kafdrop/blob/87c6f77dddf1d0fb43c2e13b7039f5f784256442/src/main/resources/application.yml#L12 If you copy...
Your PR adds `KAFKA_TRUSTSTORE_PASSWORD` and `KAFKA_KEYSTORE_PASSWORD`, right? The latter one, we already have. It's named `SSL_KEY_STORE_PASSWORD`. So there is no need to add that. The only thing that is missing...
This issue is still active. There's a workaround (https://github.com/hassio-addons/addon-ssh/issues/744#issuecomment-2157120538), but it is not resolved.
This issue is still active
@Blefish Thanks for this contribution! I need to take a close look at this, but I do not have the time now due to private circumstances. It might take a...
@Blefish Thanks again for this contribution! I have merged it and the build passed successfully. We now have a snapshot image [at Docker hub](https://hub.docker.com/r/obsidiandynamics/kafdrop/tags), with `amd64` and `arm64` images. If...