Repository: incubator-unomi
Updated Branches:
  refs/heads/master a597b5ea0 -> 98fd7109b


Update README


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/d4bd3654
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/d4bd3654
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/d4bd3654

Branch: refs/heads/master
Commit: d4bd36540722b0583c3a00fd5e926cb640c44b66
Parents: a597b5e
Author: Abdelkader Midani <amid...@apache.org>
Authored: Thu Aug 17 12:46:39 2017 +0200
Committer: Abdelkader Midani <amid...@apache.org>
Committed: Thu Aug 17 12:46:39 2017 +0200

----------------------------------------------------------------------
 extensions/router/README.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d4bd3654/extensions/router/README.md
----------------------------------------------------------------------
diff --git a/extensions/router/README.md b/extensions/router/README.md
index cc3d0b8..5f6f262 100644
--- a/extensions/router/README.md
+++ b/extensions/router/README.md
@@ -156,6 +156,7 @@ This extension is implemented using Apache Camel routes and 
can use Apache Kafka
          "properties": {
            "destination": 
"{file/ftp}://{path}?fileName=profiles-export-${date:now:yyyyMMddHHmm}.csv",
            "period": "1m",
+           "segment": "contacts",
            "mapping": {
              "0": "firstName",
              "1": "lastName",
@@ -182,6 +183,10 @@ This extension is implemented using Apache Camel routes 
and can use Apache Kafka
    
    See http://camel.apache.org/ftp.html for more details.
    
+   `properties.period` is same as 'consumer.delay' option in the import source 
path
+   
+   `properties.segment`is the segment ID to use to collect profiles to export
+   
    Concerning oneshot export configuration using the previously described 
service will create the export configuration, to return the generated file to 
download you need to call: 
    
    `POST /cxs/importConfiguration/oneshot`

Reply via email to