Important

You are viewing documentation for an older version of Confluent Platform. For the latest, click here.

Changelog

Version 4.1.2

  • PR-121 - MINOR: Explain log message when exception is ignored during topic creation
  • PR-120 - DOCS-514 : Add config for destination Kafka cluster
  • PR-118 - DOCS-547: Make replicator linux commands explicit
  • PR-113 - CC-2099: Extend replicator binary to run from source repo and system tests
  • PR-114 - CC-2106 Don’t prefix interceptors with src.kafka and dest.kafka
  • PR-112 - MINOR: Fix configs for ZK-free deployment
  • PR-108 - CC-1263: refresh Replicator quickstart configuration
  • PR-110 - CC-2061: Handle NotLeaderException gracefully.

Version 4.1.1

  • PR-103 - CC-1850. Updated replicator to be packaged as ConfluentHub component.
  • PR-101 - CC-1458: Update configuration options

Version 4.1.0

  • PR-87 - Introduce replicator-log4j.properties for replicator exec
  • PR-85 - CC-1344: Make command topic configurable
  • PR-83 - CC-1455a: Add bin for ReplicatorX
  • PR-84 - CC-1348: Header Support in Replicator (#82)
  • PR-82 - CC-1348: Header Support in Replicator
  • PR-81 - CC-1452: API/CLI Implementation of Replicator X
  • PR-80 - CC-1451: Core implementation of Replicator executable with embedded connect
  • PR-71 - CC-1320: Create templates for Replicator and Connect worker config
  • PR-76 - CC-1375: New admin client wrapper needs to shutdown executor.
  • PR-75 - CC-1342: Update Replicator configs under the version that makes ZK optional
  • PR-73 - CC-1359: Fix regression in addPartitions in ZK-based adminclient.
  • PR-58 - Remove dependency on ZK and use AdminClient instead.
  • PR-70 - CC-1130: Add a validator for topic.regex
  • PR-66 - move to using io.confluent:common as parent instead of rest-utils

Version 4.0.1

  • PR-71 - CC-1320: Create templates for Replicator and Connect worker config
  • PR-73 - CC-1359: Fix regression in addPartitions in ZK-based adminclient.

Version 4.0.0

  • PR-63 - Fix SecurityProtocol import after upstream move
  • PR-61 - MINOR: Adapt to AdminUtils.addPartitions() change
  • PR-60 - Fix compile error due to upstream changes to SecurityProtocol
  • PR-56 - HOTFIX: Update ReplicatorAdminClient to use ZkUtils.getPartitionsForTopics since AdminUtils.fetchTopicMetadataFromZk has been removed

Version 3.3.1

  • PR-62 - Remove unused imports
  • PR-59 - Add upstream project so build are triggered automatically

Version 3.3.0

  • PR-49 - Handle consumer wakeups during task startup.
  • PR-51 - Fix breakage for EoS message format patch.
  • PR-53 - Move to common pom and checkstyle fixes.
  • PR-54 - Update usage of internal Topic class.

Version 3.2.2

  • PR-46 - Fix concurrent modification of source topic creation/expansion collection
  • PR-48 - Validate record timestamp value intead of record timestamp type

Version 3.2.1

No changes

Version 3.2.0

  • PR-24 - CC-331: Config options RST updates
  • PR-26 - CC-333: Replicator should support disabling partition preservation
  • PR-25 - CC-330: Replicator tasks hang on poll
  • PR-41 - CC-257: Add a producer interceptor to measure end-to-end performance.
  • PR-44 - HOTFIX: update RECORD_OVERHEAD variable after change in kafka