Skip to content

config name changes #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/db2/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
#cluster.timeseries.metrics.enabled=false

Expand All @@ -16,7 +16,7 @@
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,6 +33,6 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000
4 changes: 2 additions & 2 deletions examples/db2/demo/config/samples/payloads/cdc-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"tables": {
"DB2INST1.EMP": {
"columns": [
{ "targetColumn": "EmployeeNumber", "sourceColumn": "EMPNO", "primaryKey": true },
{ "targetColumn": "EmployeeNumber", "sourceColumn": "EMPNO", "targetKey": true },
{ "targetColumn": "FirstName", "sourceColumn": "FNAME" },
{ "targetColumn": "HireDate", "sourceColumn": "HIREDATE", "type": "DATE" }
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/files/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
#cluster.timeseries.metrics.enabled=false

Expand All @@ -16,7 +16,7 @@
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,7 +33,7 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000

Expand Down
4 changes: 2 additions & 2 deletions examples/files/demo/config/samples/payloads/cdc-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"tables": {
"emp": {
"columns": [
{ "primaryKey": true, "sourceColumn": "empno", "targetColumn": "empno" }
{ "targetKey": true, "sourceColumn": "empno", "targetColumn": "empno" }
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/gemfire/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
#cluster.timeseries.metrics.enabled=false

Expand All @@ -16,7 +16,7 @@
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,7 +33,7 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000

Expand Down
2 changes: 1 addition & 1 deletion examples/gemfire/demo/config/samples/payloads/cdc-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"partitions": 4,
"maxPartitionsPerClusterMember": 1
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/mongodb/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
#cluster.timeseries.metrics.enabled=false

Expand All @@ -16,7 +16,7 @@
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,6 +33,6 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000
4 changes: 2 additions & 2 deletions examples/mongodb/demo/config/samples/payloads/cdc-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"tables": {
"sample_airbnb.listingsAndReviews": {
"columns": [
{ "targetColumn": "primary_key", "sourceColumn": "_id", "primaryKey": true }
{ "targetColumn": "primary_key", "sourceColumn": "_id", "targetKey": true }
],
"initialLoad": {
"partitions": 4,
"selectQuery": "{ $match: { '_id' : { $gte : '0' } } }"
},
"passThroughEnabled" : true
"autoConfigColumnsEnabled" : true
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/mssql/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
#cluster.timeseries.metrics.enabled=false

Expand All @@ -16,7 +16,7 @@
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,7 +33,7 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000

Expand Down
4 changes: 2 additions & 2 deletions examples/mssql/demo/config/samples/payloads/cdc-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"tables": {
"dbo.emp": {
"columns": [
{ "targetColumn": "empno", "sourceColumn": "empno", "primaryKey": true },
{ "targetColumn": "empno", "sourceColumn": "empno", "targetKey": true },
{ "targetColumn": "hiredate", "sourceColumn": "hiredate", "type": "DATE_TIME" }
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/mysql/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
#cluster.timeseries.metrics.enabled=false

Expand All @@ -16,7 +16,7 @@
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,6 +33,6 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000
4 changes: 2 additions & 2 deletions examples/mysql/demo/config/samples/payloads/cdc-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"tables": {
"RedisConnect.emp": {
"columns": [
{ "targetColumn": "empno", "sourceColumn": "empno", "primaryKey": true },
{ "targetColumn": "empno", "sourceColumn": "empno", "targetKey": true },
{ "targetColumn": "hiredate", "sourceColumn": "hiredate", "type": "DATE_TIME", "dateFormat": "YYYY-MM-dd'T'HH:mm:ss" }
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/oracle/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
cluster.timeseries.metrics.enabled=true

Expand All @@ -16,7 +16,7 @@ cluster.timeseries.metrics.enabled=true
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,7 +33,7 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000

Expand Down
12 changes: 6 additions & 6 deletions examples/oracle/demo/config/samples/payloads/cdc-custom-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,33 +41,33 @@
"tables": {
"C##RCUSER.CLOB_DATA1": {
"columns": [
{ "targetColumn": "ID", "sourceColumn": "ID", "primaryKey": true},
{ "targetColumn": "ID", "sourceColumn": "ID", "targetKey": true},
{ "targetColumn": "CLOB_DATA1", "sourceColumn": "CLOB_DATA1", "type": "CLOB"}
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
},
"C##RCUSER.CLOB_DATA2": {
"columns": [
{ "targetColumn": "ID", "sourceColumn": "ID", "primaryKey": true},
{ "targetColumn": "ID", "sourceColumn": "ID", "targetKey": true},
{ "targetColumn": "CLOB_DATA2", "sourceColumn": "CLOB_DATA2", "type": "CLOB"}
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
},
"C##RCUSER.BLOB_DATA1": {
"columns": [
{ "targetColumn": "ID", "sourceColumn": "ID", "primaryKey": true},
{ "targetColumn": "ID", "sourceColumn": "ID", "targetKey": true},
{ "targetColumn": "BLOB_DATA1", "sourceColumn": "BLOB_DATA1", "type": "BLOB"}
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/oracle/demo/config/samples/payloads/cdc-job.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"tables": {
"C##RCUSER.EMP": {
"columns": [
{ "targetColumn": "EMPNO", "sourceColumn": "EMPNO", "primaryKey": true},
{ "targetColumn": "EMPNO", "sourceColumn": "EMPNO", "targetKey": true},
{ "targetColumn": "HIREDATE", "sourceColumn": "HIREDATE", "type": "DATE"}
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"tables": {
"C##RCUSER.EMP": {
"columns": [
{ "targetColumn": "EMPNO", "sourceColumn": "EMPNO", "primaryKey": true},
{ "targetColumn": "EMPNO", "sourceColumn": "EMPNO", "targetKey": true},
{ "targetColumn": "HIREDATE", "sourceColumn": "HIREDATE", "type": "DATE"}
],
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/postgres/demo/config/jobmanager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Cluster properties
#cluster.name=default
#cluster.leader.heartbeat.lease.renewal.interval=5000
#cluster.leader.heartbeat.lease.renewal.ttl=5000
#cluster.election.attempt.interval=5000
#cluster.timeseries.metrics.enabled=false

Expand All @@ -16,7 +16,7 @@
#job.claim.attempt.interval=5000
#job.claim.batch.size.per.attempt=4
#job.claim.max.capacity=4
#job.claim.heartbeat.lease.renewal.interval=10000
#job.claim.heartbeat.lease.renewal.ttl=10000

##### REST properties
#rest.api.enabled=true
Expand All @@ -33,7 +33,7 @@ redis.connection.url=redis://127.0.0.1:14001
#redis.connection.suspend.reconnect.on.protocol.failure=true

##### Credentials properties
credentials.file.path=/opt/redislabs/redis-connect/config/samples/credentials
credentials.dir.path=/opt/redislabs/redis-connect/config/samples/credentials
#credentials.rotation.event.listener.enabled=false
#credentials.rotation.event.listener.interval=60000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"tables": {
"public.emp": {
"columns": [
{ "targetColumn": "empno", "sourceColumn": "empno", "primaryKey": true }
{ "targetColumn": "empno", "sourceColumn": "empno", "targetKey": true }
],
"initialLoad": {
"partitions": 4
},
"passThroughEnabled": true
"autoConfigColumnsEnabled": true
}
}
}
Expand Down
Loading