markap14 opened a new pull request, #11692:
URL: https://github.com/apache/nifi/pull/11692

   ## Summary
   - Expose `supportsBacklogReporting` on `ConnectorDTO`, matching the existing 
`ProcessorDTO` field from NIP-31.
   - Populate the field in `DtoFactory.createConnectorDto` from whether the 
Connector implements `BacklogReportingConnector`, the same capability check 
used by Connector backlog REST handling.
   
   https://issues.apache.org/jira/browse/NIFI-16362
   
   ## Test plan
   - [ ] Confirm a Connector that implements `BacklogReportingConnector` (for 
example KafkaToS3) returns `supportsBacklogReporting: true` in the Connector 
REST DTO.
   - [ ] Confirm a Connector that does not implement backlog reporting returns 
`supportsBacklogReporting: false`.
   - [ ] Confirm Processor backlog reporting and Connector backlog fetch/verify 
paths are unchanged.


-- 
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]

Reply via email to