Hi Team, I am new to Kafka and tried to use docker to complete Run Kafka Streams Demo Application (Apache Kafka). However, I encountered error when I reached "Step 4: Start the Wordcount Application". After trying, I found that if I do apk add libstdc++ using root account in the container, the error is gone. Could you please see if this it the correct behaviour? Thanks! Docker Image (followed instructions in https://kafka.apache.org/quickstart): $ docker pull apache/kafka:4.0.0 Best regards, Michael Links in the message (2)
| | | Apache Kafka |