Skip to content

Commit

Permalink
Fix topic name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Mar 12, 2024
1 parent 5f3c051 commit 2c9e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/consdb/hinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def get_kafka_config() -> KafkaConfig:
os.environ["LSST_DISABLE_BUCKET_VALIDATION"] = "1"


topic = f"lsst.{TOPIC_MAPPING[instrument]}.logevent_largeFileObjectAvailable"
topic = f"lsst.sal.{TOPIC_MAPPING[instrument]}.logevent_largeFileObjectAvailable"


#################
Expand Down

0 comments on commit 2c9e4b9

Please sign in to comment.