Skip to content

Commit 9123e02

Browse files
BillFarberstuartMoorhouseStuart Moorhouse
authored
Develop (#29)
* Incremented the minor version in the develop branch for new work. * update to CloudFormation templates and instructions (#25) * Can now run a flow using DHF 5.2.0 The key changes are in MarkLogicSinkTask and RunFlowWriteBatchListener. See the comments in those classes for the changes. There are 3 new properties for using this - a DHF flow name, and optional set of steps, and an option for logging each flow response. If the flow name is set, then that flow will be run. Otherwise, only the regular ingestion happens. I had to make one plumbing change - DatabaseClientCreator is now DatabaseClientConfigBuilder, as I needed to reuse the DatabaseClientConfig object. That's a small plumbing change though that could be made independently of this change. Co-authored-by: Rob Rudin <[email protected]> * Updating the AWS quickstart document. * Update AWS-CloudFormation/cloudFormationTemplates/* with newer AMI, added some steps to CloudFormation-QuickStart.md Co-authored-by: Stuart Moorhouse <[email protected]> * Removing some erroneous comments in the example connect-standalone properties file. (#28) Co-authored-by: sMoorhouse <[email protected]> Co-authored-by: Stuart Moorhouse <[email protected]>
1 parent b15f4c0 commit 9123e02

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/marklogic-connect-standalone.properties

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ group.id=marklogic-connector
4848

4949
# The converters specify the format of data in Kafka and how to translate it into Connect data. Every Connect user will
5050
# need to configure these based on the format they want their data in when loaded from or stored into Kafka
51-
52-
# Set the converters to the JsonConverter for JSON
53-
#key.converter=org.apache.kafka.connect.json.JsonConverter
54-
#value.converter=org.apache.kafka.connect.json.JsonConverter
55-
56-
# Set the converters to the StringConverter for XML
5751
key.converter=org.apache.kafka.connect.storage.StringConverter
5852
value.converter=org.apache.kafka.connect.storage.StringConverter
5953

0 commit comments

Comments
 (0)