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', redis_address='redis://localhost/0')¶
Bases:
object
Class containing relevant configuration information for the BackpackDispatcher.
- Parameters:
Attributes Summary
Sasquatch namespace for the topic
Number of topic partitions to create
Address of Redis server
Number of topic replicas to create
Environment variable contatining the target for data
Attributes Documentation