Known Issues in Streams Replication Manager
Learn about the known issues in Streams Replication Manager, the impact or changes to the functionality, and the workaround.
Known Issues identified in Cloudera Runtime 7.3.1.400 SP2
There are no new known issues identified in this release.
Known Issues identified in Cloudera Runtime 7.3.1.300 SP1 CHF 1
There are no new known issues identified in this release.
Known Issues identified in Cloudera Runtime 7.3.1.200 SP1
There are no new known issues identified in this release.
Known Issues identified in Cloudera Runtime 7.3.1.100 CHF 1
There are no new known issues identified in this release.
Cloudera Runtime 7.3.1
- CDPD-22089: Streams Replication Manager does not sync re-created source topics until the offsets have caught up with target topic
- 7.2.17, 7.2.18, 7.3.1, 7.3.1.100, 7.3.1.200, 7.3.1.300, 7.3.1.400
- CDPD-11079: Blacklisted topics appear in the list of replicated topics
- 7.2.17, 7.2.18, 7.3.1, 7.3.1.100, 7.3.1.200, 7.3.1.300, 7.3.1.400
- CDPD-30275: Streams Replication Manager may automatically re-create deleted topics on target clusters
- 7.2.17, 7.2.18, 7.3.1, 7.3.1.100, 7.3.1.200, 7.3.1.300, 7.3.1.400
- CDPD-80872: Streams Replication Manager replication-records-lag is incorrect on empty partitions with non-zero end offset
- 7.2.17, 7.2.18, 7.3.1, 7.3.1.100, 7.3.1.200, 7.3.1.300, 7.3.1.400
Limitations
- Streams Replication Manager cannot replicate Ranger authorization policies to or from Kafka clusters
- Due to a limitation in the Kafka-Ranger plugin, Streams Replication Manager cannot replicate Ranger policies to or from clusters
that are configured to use Ranger for authorization. If you are using Streams Replication Manager to replicate data to or from a cluster that uses
Ranger, disable authorization policy synchronization in Streams Replication Manager. This can be achieved by clearing the
Sync Topic Acls Enabled
(
sync.topic.acls.enabled
) checkbox. - Streams Replication Manager cannot ensure the exactly-once semantics of transactional source topics
- Streams Replication Manager data replication uses at-least-once guarantees, and as a result cannot ensure the exactly-once semantics (EOS) of transactional topics in the backup/target cluster.
- Streams Replication Manager checkpointing is not supported for transactional source topics
- Streams Replication Manager does not correctly translate checkpoints (committed consumer group offsets) for transactional topics. Checkpointing assumes that the offset mapping function is always increasing, but with transactional source topics this is violated. Transactional topics have control messages in them, which take up an offset in the log, but they are never returned on the consumer API. This causes the mappings to decrease, causing issues in the checkpointing feature. As a result of this limitation, failover operations for transactional topics is not possible.