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 mmdedicated.mode.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. All the other Connect endpoints are excluded from the MM2 REST Server.

  • When mmdedicated.mode.enable.internal.rest is true, MM2 worker id generation now uses the same pattern as the Connect worker generation (the advertised URL).

  • MM2 now accepts all Connect REST properties to configure the REST server, with the exception of rest.extension.classes, admin.listeners and admin.listeners.https.*

  • 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 mmdedicated.mode.enable.internal.rest, which is false by default.

...