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?
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?