Github user kirklund commented on a diff in the pull request: https://github.com/apache/geode/pull/720#discussion_r134003148 --- Diff: geode-core/src/main/java/org/apache/geode/distributed/internal/InternalDistributedSystem.java --- @@ -3091,4 +3068,22 @@ public void stopReconnecting() { Throwable generateCreationStack(final DistributionConfig config); } + + public void requestRegisterBean(Function function) { --- End diff -- DistributedSystem should limit its concerns to membership and clustering. These are new methods for MBeans and Functions -- InternalDistributedSystem should not care about MBeans and Functions. ManagementService already has some User APIs for MBeans.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---