You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by we...@apache.org on 2019/05/02 18:31:45 UTC

[samza] branch master updated: mention support for couchbase in table-api.md

This is an automated email from the ASF dual-hosted git repository.

weisong44 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c1fe68  mention support for couchbase in table-api.md
5c1fe68 is described below

commit 5c1fe6872de1b9409b7dd05e0a61320bace6d065
Author: Yixing Zhang <to...@gmail.com>
AuthorDate: Thu May 2 11:31:20 2019 -0700

    mention support for couchbase in table-api.md
    
    Author: Yixing Zhang <to...@gmail.com>
    
    Reviewers: Wei Song <ws...@linkedin.com>
    
    Closes #1012 from Zhangyx39/patch-1
---
 docs/learn/documentation/versioned/api/table-api.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/learn/documentation/versioned/api/table-api.md b/docs/learn/documentation/versioned/api/table-api.md
index f53d9f5..be87e43 100644
--- a/docs/learn/documentation/versioned/api/table-api.md
+++ b/docs/learn/documentation/versioned/api/table-api.md
@@ -292,6 +292,10 @@ Remote Tables are represented by class
 All configuration options of a Remote Table can be found in the 
 [`RemoteTableDescriptor`](https://github.com/apache/samza/blob/master/samza-core/src/main/java/org/apache/samza/table/remote/RemoteTableDescriptor.java) class. 
 
+Couchbase is supported as remote table. See
+[`CouchbaseTableReadFunction`](https://github.com/apache/samza/blob/master/samza-kv-couchbase/src/main/java/org/apache/samza/table/remote/couchbase/CouchbaseTableReadFunction.java) and 
+[`CouchbaseTableWriteFunction`](https://github.com/apache/samza/blob/master/samza-kv-couchbase/src/main/java/org/apache/samza/table/remote/couchbase/CouchbaseTableWriteFunction.java).
+
 ### Rate Limiting
 
 Remote Table has built-in client-side rate limiting support in both of its sync