mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-27 22:21:04 +02:00
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:
parent
f7026efeda
commit
9d250d5766
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue