Known issues in Streams Messaging Manager
Learn about the known issues in Streams Messaging Manager, the impact or changes to the functionality, and the workaround.
- OPSAPS-59597: SMM UI logs are not supported by Cloudera Manager
-
Cloudera Manager does not display a Log Files menu for SMM UI role (and SMM UI logs cannot be displayed in the Cloudera Manager UI) because the logging type used by SMM UI is not supported by Cloudera Manager.
- OPSAPS-59553: SMM's bootstrap server config should be updated based on Kafka's listeners
-
SMM does not show any metrics for Kafka or Kafka Connect when multiple listeners are set in Kafka.
- OPSAPS-59828: SMM cannot connect to Schema Registry when TLS is enabled
-
When TLS is enabled, SMM by default cannot properly connect to Schema Registry.
As a result, when viewing topics in the SMM Data Explorer with the deserializer key or value set to Avro, the following error messages are shown:- Error deserializing key/value for partition [***PARTITION***] at offset [***OFFSET***]. If needed, please seek past the record to continue consumption.
- Failed to fetch value schema versions for topic : '[***TOPIC**]'.
In addition, the following certificate error will also be present the SMM log:- javax.net.ssl.SSLHandshakeException: PKIX path building failed:...
- CDPD-61115: Requests made to /api/v1/admin/metrics/aggregated/* endpoints fail with error 500 if a custom time interval is specified
-
Requests made to
/api/v1/admin//metrics/aggregated/*
endpoints, for example/api/v1/admin/metrics/aggregated/topics
, fail with error 500 if the request specifies a custom time interval with the from and to parameters. As a result, you cannot use custom time intervals when making requests to these endpoints. The/api/v1/admin/metrics/aggregated/brokers
endpoint is an exception and continues to work with custom time intervals.The issue is caused by the underlying
kafka_consumer_lag
andkafka_consumer_committed_offset
related metrics no longer being available.