org.eso.ias.dasu.subscriber.KafkaSubscriber
See theKafkaSubscriber companion object
class KafkaSubscriber(val consumerId: String, kafkaConsumer: KafkaIasiosConsumer, val props: Properties) extends IasioListener, InputSubscriber
Read IASValues from the kafka queue and forward them to the listener for processing.
KafkaSubscriber delegates to KafkaIasiosConsumer and it is mostly a convenience class to use the java KafkaIasiosConsumer class from scala
Filtering by ID, passed in startSuscriber, is supported by delegating to the KafkaIasiosConsumer.
Value parameters
- consumerId
-
the identifier of the consumer
- kafkaConsumer
-
the Kafka consumer
- props
-
additional properties
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article