confluentinc / confluent-cli

Confluent Platform CLI
Other
60 stars 38 forks source link

No way to override properties #82

Open robcube opened 6 years ago

robcube commented 6 years ago

Is there a way to override Kafka's server.properties. I'm on AWS EC2 and I need to add an advertised listener so I may access it from outside the VPC. I like the CLI for development; easy to install, easy to start, just needs an additional config feature or two. When I changed out the properties that's in the /tmp/, and then restart, the properties gets overwritten, but from where? Not a bash expert, but as a workaround, maybe we can go to the source properties file and change it there?

stewartbryson commented 6 years ago

Same thing is happening with ksql-server.properties. Apparently all files have to remain default.

piotr-yuxuan commented 5 years ago

Any hint how one could override property files?