Hi Michael,
I tried pulling the image with
docker pull apache/kafka:4.0.0
docker run -p 9092:9092 apache/kafka:4.0.0
and followed steps 3 to 5 from the Streams quickstart guide.
The word count demo app worked as expected, and I didn’t need to install
libstdc++.
Could you share more details
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 e