org.eso.ias.heartbeat.publisher
package org.eso.ias.heartbeat.publisher
Members list
Type members
Classlikes
class HbKafkaProducer(val kafkaProducer: SimpleStringProducer, id: String, serializer: HbMsgSerializer) extends HbProducer
Publish the HB in a kafka topic with a kafka
Publish the HB in a kafka topic with a kafka
Value parameters
- kafkaProducer
-
The kafka string producer to publish heartbeats
- serializer
-
the serializer to transform HBs into strings
Attributes
- Supertypes
class HbLogProducer(serializer: HbMsgSerializer) extends HbProducer
A HB producer that writes HBs in the log
A HB producer that writes HBs in the log
Attributes
- Supertypes
In this article