ComponentProducer¶
-
class
lsst.ts.salkafka.
ComponentProducer
(domain, name, kafka_info)¶ Bases:
object
Produce Kafka messages from DDS samples for one SAL component.
Parameters: Methods Summary
close
()Shut down and clean up resources. start
()Start the contained lsst.ts.salobj.SalInfo
and Kafka producers.Methods Documentation
-
close
()¶ Shut down and clean up resources.
Close the contained
lsst.ts.salobj.SalInfo
, but not thedomain
, because that is almost certainly used by other objects.
-
start
()¶ Start the contained
lsst.ts.salobj.SalInfo
and Kafka producers.
-