Skip to content

NIFI-15798 Adjust Connector related properties#11110

Merged
exceptionfactory merged 1 commit intoapache:mainfrom
kevdoran:NIFI-15798-ccp-props
Apr 6, 2026
Merged

NIFI-15798 Adjust Connector related properties#11110
exceptionfactory merged 1 commit intoapache:mainfrom
kevdoran:NIFI-15798-ccp-props

Conversation

@kevdoran
Copy link
Copy Markdown
Contributor

@kevdoran kevdoran commented Apr 6, 2026

Summary

NIFI-15798

Before the initial release of new interfaces & properties related to Connectors in nifi-framework-api, I'd like to tweak some of the properties used for the ConnectorRepository implementation and the ConnectorConfigurationProvider extension point.

The main change here is aligning with existing property keys in nifi.properties:

  • use of nifi.connector.* prefix instead of nifi.components.connectors.*; this aligns better with existing property key naming conventions
  • separating nifi.connector.configuration.provider.implementation property from
    nifi.connector.configuration.provider.properties. prefix used to identify properties that are passed to the implementation. Again, this is for consistency with existing extension point patterns.

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000
  • Pull request contains commits signed with a registered key indicating Verified status

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using ./mvnw clean install -P contrib-check
    • JDK 21
    • JDK 25

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

@kevdoran kevdoran added the NIP-11 NIP-11 adds support for Connectors label Apr 6, 2026
@kevdoran kevdoran changed the title NIFI-15798 Adjust ConnectorConfigurationProvider properties NIFI-15798 Adjust Connector related properties Apr 6, 2026
- use `nifi.connector.*` prefix instead of `nifi.components.connectors.*`
- separate `nifi.connector.configuration.provider.implementation` property from
  `nifi.connector.configuration.provider.properties.` prefix
@kevdoran kevdoran force-pushed the NIFI-15798-ccp-props branch from 5271566 to d261658 Compare April 6, 2026 16:25
Copy link
Copy Markdown
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kevdoran, this change looks good, the shorter nifi.connector prefix aligns well with other types of application properties. +1 merging

@exceptionfactory exceptionfactory merged commit 4bcccf7 into apache:main Apr 6, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

NIP-11 NIP-11 adds support for Connectors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants