DispatcherConfig¶
- class sasquatchbackpack.sasquatch.DispatcherConfig(sasquatch_rest_proxy_url='https://data-int.lsst.cloud/sasquatch-rest-proxy', partitions_count=1, replication_factor=3, namespace='lsst.backpack')¶
Bases:
object
Class containing relevant configuration information for the BackpackDispatcher.
- Parameters:
Attributes Summary
Sasquatch namespace for the topic
Number of topic partitions to create
Number of topic replicas to create
Environment variable contatining the target for data
Attributes Documentation