Versions Compared

Key

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

...

MirrorMaker should not clear topic configurations that are excluded from replication.

Public Interfaces

A new method will be added to ConfigPropertyFilter.

Code Block
languagejsjava
public interface ConfigPropertyFilter extends Configurable, AutoCloseable {
  boolean shouldReplicateSourceDefault(String prop);
}      

...