Commit e35e9f8
Adding easy access to commitable offsets (apache#628)
* Adding SQL API to write to kafka from Spark (apache#567)
* Branch 2.4.3 extended kafka and examples (apache#569)
* The v2 API is in its own package
- the v2 api is in a different package
- the old functionality is available in a separated package
* v2 API examples
- All the examples are using the newest API.
- I have removed the old examples since they are not relevant any more and the same functionality is shown in the new examples usin the new API.
* Adding easy access to commitable offsets
* Adding easy access to commitable offsets
Co-authored-by: Nicolas A Perez <[email protected]>1 parent 54c0dba commit e35e9f8
File tree
1 file changed
+21
-0
lines changed- external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
75 | 96 | | |
76 | 97 | | |
0 commit comments