Versions Compared

Key

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

...

A new CacheService will be added called CommandProcessor which will enable the MemberMXBean.processCommand functionality (and thus enable gfsh capabilities).

The current mechanism to detect commands will not be changed, however the functionality will also be moved into the new module. Currently this involves scanning the classpath for classes implementing the org.springframework.shell.core.CommandMarker interface. Any user-created gfsh commands will need to depend on the new geode-gfsh-cli module.

...