Replies: 1 comment
-
hi, this repo is not maintained (#4255), the successor repo lives here: https://github.com/kafbat/kafka-ui
this has nothing to do with the format of your config, this is the output of the kafka adminclient
No, you shouldn't treat camel case as a new line in YAML. See this as well: https://github.com/spring-projects/spring-boot/wiki/relaxed-binding-2.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the correct format for properties in the config file?
For example, the documentation indicates that the "bootstrap servers" can be specified as an environment variable like this:
And in the config file like this:
However, the logs show the property like this:
Which is typically converted to YAML like this:
Specifying the bootstrap property like that causes a fatal error.
Even the suggested translation tool produces config values that do not work.
The documentation says:
Sadly, most of the examples only show environment variables or limited config file properties using unconventional YAML formatting.
What is the correct format for properties in the config file? And is there an example of a full config file somewhere?
Beta Was this translation helpful? Give feedback.
All reactions