Skip to content

Commit 89f522f

Browse files
committed
4.11.0
1 parent 3991fbb commit 89f522f

26 files changed

+206
-35
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# kafka-streams CHANGELOG
22

3+
## 2019-05-16, Version 4.11.0
4+
5+
* added continueWith dsl operation
6+
37
## 2019-05-13, Version 4.10.0
48

59
* fixed typo that broke window functionality

docs/doc.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ Stream base class
781781
* [.skipWhile(pred)](#StreamDSL+skipWhile)[<code>StreamDSL</code>](#StreamDSL)
782782
* [.until(signal$)](#StreamDSL+until)[<code>StreamDSL</code>](#StreamDSL)
783783
* [.since(signal$)](#StreamDSL+since)[<code>StreamDSL</code>](#StreamDSL)
784+
* [.continueWith(f)](#StreamDSL+continueWith)
784785
* [.reduce(eff, initial)](#StreamDSL+reduce) ⇒ <code>\*</code>
785786
* [.chainReduce(eff, initial, callback)](#StreamDSL+chainReduce)[<code>StreamDSL</code>](#StreamDSL)
786787
* [.drain()](#StreamDSL+drain) ⇒ <code>\*</code>
@@ -1303,6 +1304,18 @@ signal$ must be a most stream instance
13031304
| --- |
13041305
| signal$ |
13051306

1307+
<a name="StreamDSL+continueWith"></a>
1308+
1309+
# streamDSL.continueWith(f)
1310+
Replace the end signal with a new stream returned by f.
1311+
Note that f must return a (most.js) stream.
1312+
1313+
**Kind**: instance method of [<code>StreamDSL</code>](#StreamDSL)
1314+
1315+
| Param | Description |
1316+
| --- | --- |
1317+
| f | function (must return a most stream) |
1318+
13061319
<a name="StreamDSL+reduce"></a>
13071320

13081321
# streamDSL.reduce(eff, initial) ⇒ <code>\*</code>

docs/jsdoc/JSKafkaClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
17081708
<br class="clear">
17091709

17101710
<footer>
1711-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
1711+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
17121712
</footer>
17131713

17141714
<script> prettyPrint(); </script>

docs/jsdoc/KStorage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
166166
<br class="clear">
167167

168168
<footer>
169-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
169+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
170170
</footer>
171171

172172
<script> prettyPrint(); </script>

docs/jsdoc/KStorage.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
134134
<br class="clear">
135135

136136
<footer>
137-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
137+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
138138
</footer>
139139

140140
<script> prettyPrint(); </script>

docs/jsdoc/KStream.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
21392139
<br class="clear">
21402140

21412141
<footer>
2142-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
2142+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
21432143
</footer>
21442144

21452145
<script> prettyPrint(); </script>

docs/jsdoc/KTable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
22632263
<br class="clear">
22642264

22652265
<footer>
2266-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
2266+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
22672267
</footer>
22682268

22692269
<script> prettyPrint(); </script>

docs/jsdoc/KafkaFactory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
224224
<br class="clear">
225225

226226
<footer>
227-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
227+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
228228
</footer>
229229

230230
<script> prettyPrint(); </script>

docs/jsdoc/KafkaFactory.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
8484
<br class="clear">
8585

8686
<footer>
87-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
87+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
8888
</footer>
8989

9090
<script> prettyPrint(); </script>

docs/jsdoc/KafkaStreams.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="JSKafkaCl
10981098
<br class="clear">
10991099

11001100
<footer>
1101-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Mon May 13 2019 09:55:08 GMT+0200 (Central European Summer Time)
1101+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.1</a> on Fri May 17 2019 00:30:02 GMT+0200 (Central European Summer Time)
11021102
</footer>
11031103

11041104
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)