NIFI-13489 Remove Kafka 2.6 Processors
Summary
NIFI-13489 Removes the Kafka 2.6 Processors in the nifi-kafa-2-6-nar module.
NiFi 2.0.0-M4 included redesigned processors ConsumeKafka and PublishKafka supporting Kafka 3 through a decoupled Controller Service interface, implemented under NIFI-11259. Any feature gaps or issues should be addressed to these new components based on current supported versions of Kafka client libraries.
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
- [X] Apache NiFi Jira 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
mainbranch - [X] 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
- [X] Build completed using
mvn clean install -P contrib-check- [X] JDK 21
Licensing
- [ ] New dependencies are compatible with the Apache License 2.0 according to the License Policy
- [ ] New dependencies are documented in applicable
LICENSEandNOTICEfiles
Documentation
- [ ] Documentation formatting appears as expected in rendered files
This is a thorough update thank. Builds on paul's good work to move to a more sustaininable model.
It is not nice that it means users need to update their flows for sure. But frankly we've had to cause that with each major Kafka update. The new model should give us a better go forward strategy.
Lets see if other feedback comes in. Meanwhile full clean build is good. Running full ci suite as we speak.