Skip to content
Closed
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
a31a7aa
reduce debugging from info to debug in KafkaCheckpointManager.java
Oct 16, 2017
410ce78
Merge branch 'master' of https://github.com/apache/samza
sborya Oct 17, 2017
d4620d6
Merge branch 'master' of https://github.com/apache/samza
sborya Oct 25, 2017
bbffb79
Merge branch 'master' of https://github.com/apache/samza
sborya Oct 25, 2017
010fa16
Merge branch 'master' of https://github.com/apache/samza
sborya Oct 25, 2017
5e6f5fb
Merge branch 'master' of https://github.com/apache/samza
Oct 25, 2017
06b1ac3
Merge branch 'master' of https://github.com/sborya/samza
Oct 25, 2017
1ad58d4
Merge branch 'master' of https://github.com/apache/samza
sborya Oct 31, 2017
dd39d08
Merge branch 'master' of https://github.com/apache/samza
sborya Nov 22, 2017
67e611e
Merge branch 'master' of https://github.com/apache/samza
sborya Jan 10, 2018
0edf343
Merge branch 'master' of https://github.com/apache/samza
sborya Jun 8, 2018
88f8559
Merge branch 'master' of https://github.com/apache/samza
sborya Aug 2, 2018
78ad578
Merge branch 'master' of https://github.com/apache/samza
sborya Aug 8, 2018
7887d88
Merge branch 'master' of https://github.com/apache/samza
sborya Aug 13, 2018
afb34d9
Merge branch 'master' of https://github.com/sborya/samza
sborya Aug 13, 2018
57fca52
Merge branch 'master' of https://github.com/apache/samza
sborya Aug 15, 2018
7f7b559
Merge branch 'master' of https://github.com/apache/samza
sborya Aug 22, 2018
8ab04b2
Merge branch 'master' of https://github.com/apache/samza
sborya Aug 30, 2018
add733b
Merge branch 'master' of https://github.com/apache/samza
sborya Sep 5, 2018
728dc18
Merge branch 'master' of https://github.com/apache/samza
sborya Sep 7, 2018
952dbbe
Merge branch 'master' of https://github.com/apache/samza
sborya Sep 11, 2018
927adff
Merge branch 'master' of https://github.com/apache/samza
sborya Sep 20, 2018
ceebdc3
Merge branch 'master' of https://github.com/apache/samza
sborya Sep 25, 2018
4f0a746
Merge branch 'master' of https://github.com/apache/samza
sborya Sep 26, 2018
cdd811d
Merge branch 'master' of https://github.com/apache/samza
Sep 26, 2018
f6966a8
Merge branch 'master' of https://github.com/apache/samza
Sep 27, 2018
450ea2e
Merge branch 'master' of https://github.com/apache/samza
Oct 1, 2018
5f5d7a3
Merge branch 'master' of https://github.com/apache/samza
Oct 2, 2018
058217e
Merge branch 'master' of https://github.com/apache/samza
Oct 4, 2018
7821072
Merge branch 'master' of https://github.com/apache/samza
Oct 8, 2018
74dd138
Merge branch 'master' of https://github.com/apache/samza
Oct 10, 2018
92180fd
Merge branch 'master' of https://github.com/apache/samza
Oct 11, 2018
712e68a
Merge branch 'master' of https://github.com/apache/samza
Oct 12, 2018
d56feee
Merge branch 'master' of https://github.com/apache/samza
Oct 17, 2018
8964955
Merge branch 'master' of https://github.com/apache/samza
Oct 18, 2018
15f62c4
Merge branch 'master' of https://github.com/apache/samza
Oct 23, 2018
7d60510
Merge branch 'master' of https://github.com/apache/samza
Oct 23, 2018
70c6f2b
Merge branch 'master' of https://github.com/apache/samza
Oct 24, 2018
6f6cf92
Merge branch 'master' of https://github.com/apache/samza
Oct 29, 2018
8aa77a1
Merge branch 'master' of https://github.com/apache/samza
Oct 31, 2018
1016240
Merge branch 'master' of https://github.com/sborya/samza
Oct 31, 2018
c7d94c8
Merge branch 'master' of https://github.com/apache/samza
Nov 1, 2018
29704e4
Merge branch 'master' of https://github.com/apache/samza
Nov 5, 2018
838b099
Merge branch 'master' of https://github.com/apache/samza
Nov 9, 2018
d940126
Merge branch 'master' of https://github.com/apache/samza
Nov 29, 2018
08b2c68
Merge branch 'master' of https://github.com/sborya/samza
Nov 29, 2018
5827f61
Merge branch 'master' of https://github.com/apache/samza
Dec 3, 2018
21729af
Merge branch 'master' of https://github.com/sborya/samza
Dec 3, 2018
45b50d7
Merge branch 'master' of https://github.com/apache/samza
Dec 5, 2018
8ff1c99
Merge branch 'master' of https://github.com/apache/samza
Dec 5, 2018
65ce8d3
Merge branch 'master' of https://github.com/apache/samza
Dec 5, 2018
3f8e978
Merge branch 'master' of https://github.com/apache/samza
Jan 11, 2019
ab69474
Merge branch 'master' of https://github.com/apache/samza
Jan 29, 2019
11d255f
Merge branch 'master' of https://github.com/apache/samza
Jan 31, 2019
c29978b
Merge branch 'master' of https://github.com/apache/samza
Mar 13, 2019
2f04b98
Merge branch 'master' of https://github.com/apache/samza
Apr 26, 2019
2818c1a
added espresso delete
Apr 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ protected void handleInit(Context context) {
@Override
protected CompletionStage<Collection<KV<K, V>>> handleMessageAsync(KV<K, V> message, MessageCollector collector,
TaskCoordinator coordinator) {
table.put(message.getKey(), message.getValue());
K key = message.getKey();
V val = message.getValue();
if (val == null) {
table.delete(key);
} else {
table.put(key, val);
}
return CompletableFuture.completedFuture(Collections.singleton(message));
}

Expand Down