connect
connect copied to clipboard
Add `ConnectorState.Trace` field
Kafka Connect's official API doc doesn't have this field but the implementation has it:
- https://github.com/apache/kafka/blob/f0282498e7a312a977acb127557520def338d45c/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractStatus.java#L46
- https://github.com/apache/kafka/blob/3cdc78e6bb1f83973a14ce1550fe3874f7348b05/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorStatus.java#L23
This field contains the errors of the connector when there is no task.
Codecov Report
Merging #10 (f23000f) into master (759c155) will decrease coverage by
1.68%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #10 +/- ##
==========================================
- Coverage 87.39% 85.71% -1.69%
==========================================
Files 3 3
Lines 119 98 -21
==========================================
- Hits 104 84 -20
+ Misses 9 8 -1
Partials 6 6
| Impacted Files | Coverage Δ | |
|---|---|---|
| connectors.go | 100.00% <ø> (ø) |
|
| client.go | 78.68% <0.00%> (-2.75%) |
:arrow_down: |
| errors.go | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 759c155...f23000f. Read the comment docs.
👋 Does anyone have a chance to review and merge this?