dmsolr commented on a change in pull request #5305:
URL: https://github.com/apache/skywalking/pull/5305#discussion_r469667263
##########
File path: test/e2e/e2e-test/docker/kafka/Dockerfile.provider
##########
@@ -25,6 +25,8 @@ ADD ${DIST_PACKAGE} .
RUN tar -zxf apache-skywalking-apm*.gz --strip=1 || true
RUN mv apache-skywalking-apm-bin/* . || true
+RUN sed -i 's/#
plugin.kafka.bootstrap_servers/plugin.kafka.bootstrap_servers/g'
agent/config/agent.config
Review comment:
Suggestion:
```bash
sed -i
's/#\s*plugin.kafka.bootstrap_servers/plugin.kafka.bootstrap_servers/g'
agent/config/agent.config
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]