Commit 560dfbe
authored
Merge pull request #150 from mkolt/2.3.0
Bump version to 2.3.0.
What comes in 2.3.0 is new public interface ICheckpointPartitionProcessorFactory and corresponding ChangeFeedProcessorBuilder.WithCheckpointPartitionProcessorFactory method.
New factory is extension of IPartitionProcessorFactory and its Create method, in addition to ILease and IChangeFeedObserver that are passed to IParitionProcessorFactory.Create, also takes ILeaseCheckpointer, so that it be used to create partition processor that can take advantage of built-in checkpointing mechanism.File tree
2 files changed
+5
-5
lines changed- src/DocumentDB.ChangeFeedProcessor
- Utils
2 files changed
+5
-5
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments