Versions Compared

Key

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

...

2) Extend ConfigPropertyFilter  class to have a method called shouldReplicateSourceDefault which would always return true by default. User would be able to configure this method to return true only if the configuration has been dynamically changedfalse for a configuration that is DEFAULT_CONFIG.

3) Update MirrorSourceConnector.java class to sync a configuration only if shouldReplicateSourceDefault returns true. 

...