GitHub user emlaver opened a pull request:
https://github.com/apache/bahir/pull/60
[BAHIR-137][WIP] _changes feed receiver improvements
_What_
- Added batchInterval option for tuning `_changes` receiverâs streaming
batch interval
- Throw a CloudantException if the final schema for the _changes receiver
is empty
- Call stop method in streaming receiver when thereâs an error
See [BAHIR-137](https://issues.apache.org/jira/browse/BAHIR-137)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/emlaver/bahir
137-batch-interval-and-exceptions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/60.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #60
----
commit 1ea4f3bce01952538f5d6a41a0703bafb9025a68
Author: Esteban Laver <emlaver@...>
Date: 2017-10-02T15:09:28Z
Added batchInterval option for tuning _changes receiverâs streaming batch
interval
- Updated README
commit 12a13a4e33a25dec88d6276ae34173436fd84735
Author: Esteban Laver <emlaver@...>
Date: 2017-12-21T04:29:14Z
Throw a CloudantException if the final schema for the _changes receiver is
empty
- Call stop method in streaming receiver when thereâs an error
----
---