Versions Compared

Key

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

...

  • MM2 nodes now accept an mm.enable.internal.rest config which is false by default.
  • When mm.enable.internal.rest is true, MM2 nodes now start a Connect REST server. This REST server has the internal Connect endpoints registered, where each endpoint is prefixed with the source and target of a replication flow.

  • When mm.enable.internal.rest is true, MM2 worker id generation now uses the following pattern: <REST_HOST_NAME>same pattern as the Connect worker generation (the advertised URL).

  • MM2 now accepts the listeners property and properties starting with the following prefix: listeners.https.all Connect REST properties to configure the REST server.

  • MM2 now does not resolve configuration provider references in ConnectorConfigurations, letting those references to be resolved on each node of the cluster, at Connector configuration time.

...

To make sure that we keep the old behavior, the REST server has to be explicitly enabled by using a new config called mm.enable.internal.rest, which is false by default.

...