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.
- CDPD-19495: SMM UI does not show producer data on topics page
-
In the SMM UI, the topics page, the topic profile pages, and the broker profile pages consistently show 0 for producer messages.
Workaround: For the real producer metrics, please check the aggregated REST API responses. The real producer metrics are within the
producerIdToOutMessagesCount
field. - 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:...
- OPSAPS-59124: Kafka, SMM, and SRM fail to start when there are multiple Ranger Admin roles running
- If there are multiple Ranger Admin roles configured in a cluster, Kafka cannot create the Kafka resource based services in Ranger, which are required for authorization. If the resource based services are missing, the Kafka, SMM, and SRM services will fail to start.