Hi David,
For the Filter story, I have written CustomFilter class and it is working for single Document type.
Here , I need to filter 15 different type of Documents. How I can pass the multiple “Filter_type” Fields from quickstart-couchbase-source.properties or .json file.
I tried to calling the quickstart-couchbase-source.properties file using FileReader and Properties class, it is working fine. But I need to change the location of the file in java class for DEV, PROD. This is not a suggestible.
can I avoid this and pass using Key=value in source.properties or .json file. Where I can pass Filter_type array , like connection.cluster_address=.
Please help me in this.