Github user ricellis commented on a diff in the pull request:
https://github.com/apache/bahir/pull/60#discussion_r159648190
--- Diff:
sql-cloudant/src/main/scala/org/apache/bahir/cloudant/common/JsonStoreConfigManager.scala
---
@@ -35,6 +35,7 @@ object JsonStoreConfigManager {
private val CLOUDANT_PASSWORD_CONFIG = "cloudant.password"
private val CLOUDANT_PROTOCOL_CONFIG = "cloudant.protocol"
private val CLOUDANT_API_ENDPOINT = "cloudant.endpoint"
+ private val CLOUDANT_STREAMING_BATCH_INTERVAL = "cloudant.batchInterval"
private val STORAGE_LEVEL_FOR_CHANGES_INDEX = "cloudant.storageLevel"
--- End diff --
This still says `cloudant.storageLevel` but the documentation was changed
to `storageLevel`, shouldn't they be the same?
---