sruehl commented on code in PR #892:
URL: https://github.com/apache/plc4x/pull/892#discussion_r1285558524


##########
plc4j/integrations/apache-kafka/README.md:
##########
@@ -234,3 +234,11 @@ between the base schemas.
 
 The schemas for the sink and source connectors are the same. This allows us to 
producer from one PLC and send the
 data to a sink.
+
+
+### Start with Docker
+If you want to use PLC4x with Kafka on Docker, simply download the 
docker-compose.yml file, configure the necessary port and IP settings, and 
start the containers. The available docker-compose.yml file includes four 
containers: zookeeper, kafka, kafka connect, and control-center. The 
control-center container provides a web interface to facilitate the 
configuration of kafka connect. If you don't want to use it, you can remove it 
from the docker-compose.yml file.

Review Comment:
   ```suggestion
   If you want to use PLC4X with Kafka on Docker, simply download the 
docker-compose.yml file, configure the necessary port and IP settings, and 
start the containers. The available docker-compose.yml file includes four 
containers: zookeeper, kafka, kafka connect, and control-center. The 
control-center container provides a web interface to facilitate the 
configuration of kafka connect. If you don't want to use it, you can remove it 
from the docker-compose.yml file.
   ```



-- 
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: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to