You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```console
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
```
Install tools
The text was updated successfully, but these errors were encountered:
kafka:
image: 'bitnami/kafka:${KAFKA_IMAGE_VERSION:-3.5.1}'
container_name: kafka
user: root
restart: always
ports:
- "${KAFKA_PORT:-19094}:9092"
- 9000:9000
volumes:
- ./scripts/create-topic.sh:/opt/bitnami/kafka/create-topic.sh
...You must run /opt/bitnami/kafka/create-topic.sh in container of kafka, or you need to run dos2unix.exe ./scripts/create-topic.sh
What happened?
Starting Kafka failed, Kafka doesn't contain topic: offlineMsgToMongoMysql: 6000 ComponentStartErr
What did you expect to happen?
Starting Kafka failed, Kafka doesn't contain topic: offlineMsgToMongoMysql: 6000 ComponentStartErr
How can we reproduce it (as minimally and precisely as possible)?
Starting Kafka failed, Kafka doesn't contain topic: offlineMsgToMongoMysql: 6000 ComponentStartErr
Anything else we need to know?
Starting Kafka failed, Kafka doesn't contain topic: offlineMsgToMongoMysql: 6000 ComponentStartErr
version
Starting Kafka failed, Kafka doesn't contain topic: offlineMsgToMongoMysql: 6000 ComponentStartErr
Cloud provider
Starting Kafka failed, Kafka doesn't contain topic: offlineMsgToMongoMysql: 6000 ComponentStartErr
OS version
Install tools
The text was updated successfully, but these errors were encountered: