From 99916e58e41b7101d066ff0c3409b746b8a3fb58 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Mon, 17 Oct 2022 11:07:25 +0200 Subject: [PATCH] Remove geode from docs --- .../source/cdc-debezium-source/README.adoc | 20 +++++++++---------- applications/source/file-source/README.adoc | 20 +++++++++---------- applications/source/ftp-source/README.adoc | 20 +++++++++---------- applications/source/s3-source/README.adoc | 20 +++++++++---------- applications/source/sftp-source/README.adoc | 8 ++------ 5 files changed, 42 insertions(+), 46 deletions(-) diff --git a/applications/source/cdc-debezium-source/README.adoc b/applications/source/cdc-debezium-source/README.adoc index 2f9fa715..a5de1fc6 100644 --- a/applications/source/cdc-debezium-source/README.adoc +++ b/applications/source/cdc-debezium-source/README.adoc @@ -49,21 +49,21 @@ $$offset$$:: $$Serializes the source record's offset metadata into the outbound === metadata.store.dynamo-db -$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$$$`)* -$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$$$`)* -$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$1$$`)* +$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$25$$`)* +$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$1$$`)* $$table$$:: $$Table name for metadata.$$ *($$String$$, default: `$$$$`)* $$time-to-live$$:: $$TTL for table entries.$$ *($$Integer$$, default: `$$$$`)* -$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$1$$`)* === metadata.store.jdbc -$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$$$`)* +$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$DEFAULT$$`)* $$table-prefix$$:: $$Prefix for the custom table name.$$ *($$String$$, default: `$$$$`)* === metadata.store.mongo-db -$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$$$`)* +$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$metadataStore$$`)* === metadata.store.redis @@ -75,10 +75,10 @@ $$type$$:: $$Indicates the type of metadata store to configure (default is 'memo === metadata.store.zookeeper -$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$$$`)* -$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$$$`)* -$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$$$`)* -$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$$$`)* +$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$127.0.0.1:2181$$`)* +$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$UTF-8$$`)* +$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$1000$$`)* +$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$/SpringIntegration-MetadataStore$$`)* //end::configuration-properties[] ==== Debezium property Shortcut mapping diff --git a/applications/source/file-source/README.adoc b/applications/source/file-source/README.adoc index 2a7d196b..6120c14f 100644 --- a/applications/source/file-source/README.adoc +++ b/applications/source/file-source/README.adoc @@ -39,21 +39,21 @@ $$prevent-duplicates$$:: $$Set to true to include an AcceptOnceFileListFilter wh === metadata.store.dynamo-db -$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$$$`)* -$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$$$`)* -$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$1$$`)* +$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$25$$`)* +$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$1$$`)* $$table$$:: $$Table name for metadata.$$ *($$String$$, default: `$$$$`)* $$time-to-live$$:: $$TTL for table entries.$$ *($$Integer$$, default: `$$$$`)* -$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$1$$`)* === metadata.store.jdbc -$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$$$`)* +$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$DEFAULT$$`)* $$table-prefix$$:: $$Prefix for the custom table name.$$ *($$String$$, default: `$$$$`)* === metadata.store.mongo-db -$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$$$`)* +$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$metadataStore$$`)* === metadata.store.redis @@ -65,10 +65,10 @@ $$type$$:: $$Indicates the type of metadata store to configure (default is 'memo === metadata.store.zookeeper -$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$$$`)* -$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$$$`)* -$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$$$`)* -$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$$$`)* +$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$127.0.0.1:2181$$`)* +$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$UTF-8$$`)* +$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$1000$$`)* +$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$/SpringIntegration-MetadataStore$$`)* //end::configuration-properties[] //end::ref-doc[] diff --git a/applications/source/ftp-source/README.adoc b/applications/source/ftp-source/README.adoc index 305d16fb..5d10cfb5 100644 --- a/applications/source/ftp-source/README.adoc +++ b/applications/source/ftp-source/README.adoc @@ -101,21 +101,21 @@ $$tmp-file-suffix$$:: $$The suffix to use while the transfer is in progress.$$ * === metadata.store.dynamo-db -$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$$$`)* -$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$$$`)* -$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$1$$`)* +$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$25$$`)* +$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$1$$`)* $$table$$:: $$Table name for metadata.$$ *($$String$$, default: `$$$$`)* $$time-to-live$$:: $$TTL for table entries.$$ *($$Integer$$, default: `$$$$`)* -$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$1$$`)* === metadata.store.jdbc -$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$$$`)* +$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$DEFAULT$$`)* $$table-prefix$$:: $$Prefix for the custom table name.$$ *($$String$$, default: `$$$$`)* === metadata.store.mongo-db -$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$$$`)* +$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$metadataStore$$`)* === metadata.store.redis @@ -127,10 +127,10 @@ $$type$$:: $$Indicates the type of metadata store to configure (default is 'memo === metadata.store.zookeeper -$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$$$`)* -$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$$$`)* -$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$$$`)* -$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$$$`)* +$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$127.0.0.1:2181$$`)* +$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$UTF-8$$`)* +$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$1000$$`)* +$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$/SpringIntegration-MetadataStore$$`)* //end::configuration-properties[] == Examples diff --git a/applications/source/s3-source/README.adoc b/applications/source/s3-source/README.adoc index 744f8abc..eb2bdd8e 100644 --- a/applications/source/s3-source/README.adoc +++ b/applications/source/s3-source/README.adoc @@ -64,21 +64,21 @@ $$with-markers$$:: $$Set to true to emit start of file/end of file marker messag === metadata.store.dynamo-db -$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$$$`)* -$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$$$`)* -$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$create-delay$$:: $$Delay between create table retries.$$ *($$Integer$$, default: `$$1$$`)* +$$create-retries$$:: $$Retry number for create table request.$$ *($$Integer$$, default: `$$25$$`)* +$$read-capacity$$:: $$Read capacity on the table.$$ *($$Long$$, default: `$$1$$`)* $$table$$:: $$Table name for metadata.$$ *($$String$$, default: `$$$$`)* $$time-to-live$$:: $$TTL for table entries.$$ *($$Integer$$, default: `$$$$`)* -$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$$$`)* +$$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$1$$`)* === metadata.store.jdbc -$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$$$`)* +$$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$DEFAULT$$`)* $$table-prefix$$:: $$Prefix for the custom table name.$$ *($$String$$, default: `$$$$`)* === metadata.store.mongo-db -$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$$$`)* +$$collection$$:: $$MongoDB collection name for metadata.$$ *($$String$$, default: `$$metadataStore$$`)* === metadata.store.redis @@ -90,10 +90,10 @@ $$type$$:: $$Indicates the type of metadata store to configure (default is 'memo === metadata.store.zookeeper -$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$$$`)* -$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$$$`)* -$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$$$`)* -$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$$$`)* +$$connect-string$$:: $$Zookeeper connect string in form HOST:PORT.$$ *($$String$$, default: `$$127.0.0.1:2181$$`)* +$$encoding$$:: $$Encoding to use when storing data in Zookeeper.$$ *($$Charset$$, default: `$$UTF-8$$`)* +$$retry-interval$$:: $$Retry interval for Zookeeper operations in milliseconds.$$ *($$Integer$$, default: `$$1000$$`)* +$$root$$:: $$Root node - store entries are children of this node.$$ *($$String$$, default: `$$/SpringIntegration-MetadataStore$$`)* === s3.common diff --git a/applications/source/sftp-source/README.adoc b/applications/source/sftp-source/README.adoc index 0a867287..d23db644 100644 --- a/applications/source/sftp-source/README.adoc +++ b/applications/source/sftp-source/README.adoc @@ -87,7 +87,7 @@ Properties grouped by prefix: === file.consumer -$$markers-json$$:: $$When 'fileMarkers == true', specify if they should be produced as FileSplitter.FileMarker objects or JSON.$$ *($$Boolean$$, default: `$$true$$`)* +$$markers-json$$:: $$When 'fileMarkers == true', specify if they should be produced as FileSplitter.FileMarker objects or JSON.$$ *($$Boolean$$, default: `$$$$`)* $$mode$$:: $$The FileReadingMode to use for file reading sources. Values are 'ref' - The File object, 'lines' - a message per line, or 'contents' - the contents as bytes.$$ *($$FileReadingMode$$, default: `$$$$`, possible values: `ref`,`lines`,`contents`)* $$with-markers$$:: $$Set to true to emit start of file/end of file marker messages before/after the data. Only valid with FileReadingMode 'lines'.$$ *($$Boolean$$, default: `$$$$`)* @@ -100,10 +100,6 @@ $$table$$:: $$Table name for metadata.$$ *($$String$$, default: `$$$$`)* $$time-to-live$$:: $$TTL for table entries.$$ *($$Integer$$, default: `$$$$`)* $$write-capacity$$:: $$Write capacity on the table.$$ *($$Long$$, default: `$$1$$`)* -=== metadata.store.gemfire - -$$region$$:: $$Gemfire region name for metadata.$$ *($$String$$, default: `$$$$`)* - === metadata.store.jdbc $$region$$:: $$Unique grouping identifier for messages persisted with this store.$$ *($$String$$, default: `$$DEFAULT$$`)* @@ -119,7 +115,7 @@ $$key$$:: $$Redis key for metadata.$$ *($$String$$, default: `$$$$`)* === metadata.store -$$type$$:: $$Indicates the type of metadata store to configure (default is 'memory'). You must include the corresponding Spring Integration dependency to use a persistent store.$$ *($$StoreType$$, default: `$$$$`, possible values: `mongodb`,`gemfire`,`redis`,`dynamodb`,`jdbc`,`zookeeper`,`hazelcast`,`memory`)* +$$type$$:: $$Indicates the type of metadata store to configure (default is 'memory'). You must include the corresponding Spring Integration dependency to use a persistent store.$$ *($$StoreType$$, default: `$$$$`, possible values: `mongodb`,`redis`,`dynamodb`,`jdbc`,`zookeeper`,`hazelcast`,`memory`)* === metadata.store.zookeeper