Fixed Issues in Streams Messaging Manager

Review the list of Streams Messaging Manager issues that are resolved in Cloudera Runtime 7.2.15.

CDPD-33770: On the topics details page selecting a custom timestamp is broken
Fixed SMM REST throwing an internal server error when custom timestamps are provided while calling the "/api/v2{or v1}/admin/replication-stats" endpoint, or when a custom time period is provided on the ProducerDetail page in SMM UI.
CDPD-33011: Selecting a consumer with no producers should show 0 producers in the filter panel
On the overview page in the filter panel, when a consumer is selected that has no producers associated, the number of producers will be shown to be 0 of T, where T is the total number of producers.
CDPD-32936: Selecting a producer with no consumers should show 0 consumers in the filter panel
On the overview page in the filter panel, when a producer is selected that has no consumers associated, the number of consumers will be shown to be 0 of T, where T is the total number of consumers.
CDPD-29403: When editing the alert, the topic can be chosen for the replication status
Fixed the topic selection dropdown status in the alert editor after various UI events.
OPSAPS-63017: The Kafka Connect tab is missing from the SMM UI
The Kafka Connect tab is now correctly displayed if Kafka Connect is provisioned on the cluster.
OPSAPS-62548: TopicMetrics get deleted from CM during restart or kafka partition reassignment
KafkaTopicMetrics accidentally gets deleted from ServiceMonitor's Timeseries database during a Kafka restart or partition leader change.