You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): make rpk create topic idempotent (#581)
When the redpandacreatetopics container is run it invokes
the `rpk create topics` command, which is not idempotent, see:
redpanda-data/redpanda#6651
This patch replace the command with a script checking which topic has
been created and piping the missing one to the create command.
0 commit comments