fix: update tg-dump-queues defaults for in-cluster use (#1060)

The tool now runs via exec into a running cluster, so default to
in-cluster Pulsar host (pulsar://pulsar:6650) and external listener.
This commit is contained in:
cybermaggedon 2026-07-23 14:52:38 +01:00 committed by GitHub
parent f7026efeda
commit 9d250d5766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -331,7 +331,8 @@ IMPORTANT:
help='Append to output file instead of overwriting'
)
add_pubsub_args(parser, standalone=True)
add_pubsub_args(parser)
parser.set_defaults(pulsar_listener='external')
parser.add_argument(
'--subscriber',