Package org.eso.ias.monitor
Class KafkaSinkConnectorConfig
java.lang.Object
org.eso.ias.monitor.KafkaSinkConnectorConfig
The configuration of kafka sink conenctor to monitor
These kind of connectors do not pubish HBs and must be
monitored with the REST API provided by kafka
-
Constructor Summary
ConstructorDescriptionEmpty constructorKafkaSinkConnectorConfig
(String hostName, int port, String id) Construcotr -
Method Summary
-
Constructor Details
-
KafkaSinkConnectorConfig
public KafkaSinkConnectorConfig()Empty constructor -
KafkaSinkConnectorConfig
Construcotr- Parameters:
hostName
- The host name to contact with the REST APIport
- The port to query the REST APIid
- The ID of the kafka sink connector
-
-
Method Details