zJiaJun commented on code in PR #224:
URL: https://github.com/apache/skywalking-go/pull/224#discussion_r2084888729
##########
.github/workflows/plugin-tests.yaml:
##########
@@ -106,6 +106,7 @@ jobs:
- goframe
- so11y
- cross-goroutine
+ - kafka-reporter
Review Comment:
my current approach is to modify the Dockerfile for the kafka-reporter test
case (within the main skywalking repo) to build the agent from source during
the Docker build process itself. It clones the specific commit from this PR
(#224), builds the agent using make build, adds a replace directive to the test
service's go.mod, and then uses -toolexec with the locally built agent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]