Product: StreamSets Data Collector/StreamSets Control Hub/StreamSets Transformer
Issue:
Cluster pipeline does not show metrics (like the number of processed records) in the SDC UI while running.
Solution:
This usually happens with HTTPS when SDC does not trust the gateway nodes.
A user should make sure that the keystore and truststore files are present on the gateway and all worker nodes. Also, the path and password to the files need to be configured for the following properties:
- 'https.cluster.keystore.path' and 'https.cluster.keystore.password'
- 'https.cluster.truststore.path' and 'https.cluster.truststore.password'
- 'https.keystore.path' and 'https.keystore.password'
- 'https.truststore.path' and 'https.truststore.password'
Please see our documentation here.