Versions Compared

Key

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

...

Public Interfaces

  • MM2 nodes now accept an mmdedicated.mode.enable.internal.rest config which is false by default.
  • When dedicated.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 dedicated.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.

...