pulsar standalone docker image should support initialization of some kind #18781
flowchartsman
started this conversation in
General
Replies: 2 comments 1 reply
|
My suggestion would be something like the following:
As for the format of the file, one option would be to simply treat it as a newline-separated list of arguments to |
0 replies
|
Moved to the General Discussions forum. I like the idea but it requires a design (PIP) and volunteers working on it. Discussions forum is sorted default by updated and gives this thread more attention. Perhaps |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This would be very useful for development and integration testing. Currently have to run a parallel container calling
pulsar-adminin a loop to wait on the relevant endpoints to be up and spin up the tenants/namespaces/policies that I need to simulate my deployment environment.Perhaps this could be read from a file at a known location and then spun up in place fo the sample tenant/namespaces if it's found?
All reactions