Changelog

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