...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#!/bin/bash -xe awk '{ system("./kafka-configs.sh --alter --bootstrap-server <bootstrap-plaintext-connection-url> --entity-type topics --entity-name="$1" --add-config retention.ms=" 1000) }' topics.txt |
...
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#!/bin/bash -xe awk '{ system("./kafka-configs.sh --alter --bootstrap-server <bootstrap-plaintext-connection-url> --entity-type topics --entity-name="$1" --add-config retention.ms=" 1000) }' topics.txt |
...