You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/09/16 18:15:23 UTC

[GitHub] [nifi] jfrazee commented on a change in pull request #5392: NIFI-8208: Upgrade MongoDB driver to 4.3 series

jfrazee commented on a change in pull request #5392:
URL: https://github.com/apache/nifi/pull/5392#discussion_r710362830



##########
File path: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/src/main/java/org/apache/nifi/mongodb/MongoDBClientService.java
##########
@@ -31,10 +31,13 @@
 public interface MongoDBClientService extends ControllerService {
      String WRITE_CONCERN_ACKNOWLEDGED = "ACKNOWLEDGED";
      String WRITE_CONCERN_UNACKNOWLEDGED = "UNACKNOWLEDGED";
-     String WRITE_CONCERN_FSYNCED = "FSYNCED";
+     String WRITE_CONCERN_FSYNCED = "FSYNCED (Deprecated)";

Review comment:
       I think changing the string  of the write concerns will create an upgrade incompatibility. If we want to communicate the deprecation of these we can create an `AllowableValue` object for these with a description of the deprecation and a note about the replacement.




-- 
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-unsubscribe@nifi.apache.org

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