Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/2750
Thanks @mgroves for confirming that you can use username/password
authentication, that helps a lot to finish review cycle!
As for the compatibility against older version of Couchbase Server, I
tested this updated NiFi component against Couchbase Server 4.5 EE. I confirmed
followings:
- A bucket without password can be accessed
- A bucket with password can be accessed with a bucket password using the
existing user-defined-property configuration.
- What if a bucket with a password is accessed with a user name and
password? If the user name is the bucket name and password is a bucket
password, then it succeeds.
Couchbase Java SDK provides backward compatibility well, so NiFi can rely
on that. The updated NiFi can access Couchbase 4.x and 5.x.
---