Interface for CouchbaseClientFactory unavailable in org.springfamework.data.couchbase | Insert raw java data to Couchbase Multiple Buckets

Hi Team,
I want to insert my logs from java springboot project to a couchbase bucket, could you please help me to complete this task.
For this task, we required to open multiple buckets, but we are unable to import couchbase client factory.
Could you please help us to resolve this issue.

To use different buckets, you need the cluster object which is available from

@Autowired
private final CouchbaseClientFactory clientFactory;

clientFactory.getCluster().bucket(bucketName)