laglangyue commented on issue #623:
URL: 
https://github.com/apache/pekko-connectors/issues/623#issuecomment-2068021716

   Community members can take a look at the PR first. Although it is a draft, 
the API part has been completed. Next, the main tasks are to complete the 
annotations, documentation, testing, and testing framework.
   
   Most APIs are based on collection. In Couchbase3, cluster (Connection) 
->bucket ->scope ->collection
   
   So I made the collection an implicit
   
   The old couchbase has a SessionKey (setting, bucket) connection pool, which 
we no longer need. I haven't implemented it yet. The connection is not based on 
buckets, but on clusters.
   
   I will temporarily put aside the implementation of pekko-couchbase-discovery.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to