- 
                Notifications
    
You must be signed in to change notification settings  - Fork 4
 
Open
Labels
Description
In the ml8 version of the connector there is a ml.connection.url property that let's you specifically define the endpoint you'd like to write to.
However, the ml9 version instead has ml.connection.host and ml.connection.port properties, which by default uses the /v1/documents endpoint. The documentation says:
"By default the /v1/documents endpoint at port 8000 is used. You may change that in the marklogic-sink.properties file. You may use your own REST/Service extension instead of the out of the box document API to do any transformation on the way in."
But unless I'm missing something, I can't see a way of defining a REST extension to use instead of the default?