Tianhao Gu
Tianhao Gu
Note that for the second picture, line 164 in the stack points to line 187 in the code editor (as I added some code later), which is the line of...
After running into the line `with KafkaContainer('confluentinc/cp-kafka:5.4.3') as kafka_container:`, I met the following exception in the console: ``` Pulling image confluentinc/cp-kafka:5.4.3 Container started: 2600dbd6a9 Waiting to be ready... Traceback (most...
Hi, is there any update?
Regarding python, it's 3.8. And kafka image version is 5.4.3 as shown above.
I just `pip install testcontainers[kafka]` as followed by the installation instruction. "docker container ls" shows: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2600dbd6a902 confluentinc/cp-kafka:5.4.3 "sh -c 'while [...
docker==5.0.3 kafka-python==2.0.2 testcontainers==3.6.0