Commit 17c5d55
feat(meta): enhance inject source offsets with better validation and feedback
- Validate split offsets against runtime actor assignments (SharedActorInfos) instead of enumerator to support adaptive splits correctly.
- Return the list of actually applied split IDs in the RPC response.
- Fail the executor explicitly if offset injection fails (e.g. invalid format) to ensure consistency.
- Update CLI to show applied splits to the user.
- Fix e2e test offset calculation to account for start_offset behavior.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 7ee869c commit 17c5d55
File tree
2 files changed
+7
-3
lines changed- e2e_test/source_inline/kafka/alter
2 files changed
+7
-3
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments