Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It also proposes to add an option to use the target cluster default values for the target topic configurations . By default it would use instead of the source cluster default values as the default for  which is the current behaviour. 

Proposed Changes

1) Add a new method updateTopicConfigsUsingIncrementalAlterConfigs() to MirrorSourceConnector.java which takes a list topic configurations as a parameter and calls incrementalAlterConfigs() to the target cluster. 

...