-
Hello guys, I'm trying to set the following configs at the startup of docker container:
I've tried many things like setting config with a config file. However, that gave me the following error:
My best guess is; redpanda is trying to create a temporary config file out of my original config file, but for some reason, that procedure gives me the error above. So, I tried to give those configs while executing
That was not sufficient. I couldn't find the convention, nor a specification about how to pass those arguments to the Here, I leave the relevant docker-compose part for the container creation. You can see the things I've tried by observing the commented out parts.
Waiting for your help. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
@twmb is this via |
Beta Was this translation helpful? Give feedback.
-
As @emaxerrno suggests, adding redpanda prefix solved my problem. However, this setting resulted in the following topic info message:
This message tells me that what I do is wrong. Is it? How can I enable (and apply) specified configs to all topics that ever created within the cluster? (like they are default settings) |
Beta Was this translation helpful? Give feedback.
-
The
Cluster config value still remains:
|
Beta Was this translation helpful? Give feedback.
@twmb is this via
--set redpanda.log_cleanup_policy=compact
style so theredpanda prefix is missing
?