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

   This is a refined PR for NIFI-12236 after feedback and discussion on [PR 
8123](https://github.com/apache/nifi/pull/8123). The general approach and 
purpose remained the same: the PR aims to refine error handling of the original 
impelmentation and in order to reach this, the QuestDb handling was refactored:
   - All QuestDB related code has been moved to a separate NAR
   - QuestDB usage is moved beding a Client interface, with some changes of the 
original usage
   Most of the guidelines from the original PR are still relevant, but here are 
some key things have changed:
   - NiFi API changes have been reverted
   - Now the Volatile  implementation is the default again
   - Following the changes from NIFI-12492 all QuestDB related code is not 
within the QuestDB bundle. Note: it has been moved out from under the framework 
and is part of the nifi-nar-bundles module, as other "includable" NARs.
   
   Thank you for taking your time with the PR!
   
   
   # Summary
   
   [NIFI-12236](https://issues.apache.org/jira/browse/NIFI-12236)
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### 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 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 `mvn clean install -P contrib-check`
     - [ ] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to