apache / pulsar-manager

Apache Pulsar Manager
https://pulsar.apache.org/
Apache License 2.0
521 stars 246 forks source link

I changed the application.properties configuration file but it took effect #554

Closed HGHNice closed 8 months ago

HGHNice commented 8 months ago

I downloaded the image of v0.4.0 to create a container using docker create, and then used docker cp application.properties to locally modify the support for postgres and pulsar.peek.message=true. Then docker commit this image, but after startup only postgres takes effect, peek does not take effect, indicating that this parameter is not enabled. Is this a bug?