ComponentProducer¶
-
class
lsst.ts.salkafka.ComponentProducer(domain, name, kafka_info)¶ Bases:
objectProduce 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.SalInfoand 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.SalInfoand Kafka producers.
-