Skip to content

Commit

Permalink
Start listening to gtfs-rt feedmessage-vehicleposition storage size
Browse files Browse the repository at this point in the history
  • Loading branch information
niemijoe committed Sep 16, 2022
1 parent be05ea6 commit 7eea718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Have `.env` file at the project directory containing all of the secret values (y

To run `pulsar_data_collector.py`, you need to have a tunnel open to pulsar_dev_proxy so that `ADMIN_URL` env variable points to pulsar admin's port.

Also make sure that NAMESPACE value is correct in .env

and then run either:
```
python3 pulsar_data_collector.py
Expand Down
3 changes: 2 additions & 1 deletion pulsar_data_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
]

TOPIC_NAMES_TO_COLLECT_STORAGE_SIZE = [
"hfp/v2"
"hfp/v2",
"gtfs-rt/feedmessage-vehicleposition"
]


Expand Down

0 comments on commit 7eea718

Please sign in to comment.