kevdoran opened a new pull request, #89: URL: https://github.com/apache/nifi-api/pull/89
<!-- SPDX-License-Identifier: Apache-2.0 --> # Summary [NIFI-15979](https://issues.apache.org/jira/browse/NIFI-15979) - ConnectorInitializationContext.setLoggingAttributes(Map): new default method (throws UOE) for connectors to surface custom MDC context. - AbstractConnector.setLoggingAttributes(Map): protected helper forwarding to the init context. - ProcessGroupStatus.loggingAttributes: snapshot map (default Map.of()) plus accessors; propagated through clone() and merge(). - EventAccess.getConnectorStatuses(): new default method returning an empty collection; implementations override to expose connector-managed Process Groups to reporting tasks. Pure API additions with default impls keep existing code compiling unchanged. # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [x] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking - [x] Pull Request title starts with Apache NiFi Jira issue number, such as `NIFI-00000` - [x] Pull Request commit message starts with Apache NiFi Jira issue number, as such `NIFI-00000` ### Pull Request Formatting - [x] Pull Request based on current revision of the `main` branch - [x] Pull Request refers to a feature branch with one commit containing changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
