Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting Kafka failed, Kafka doesn't contain topic: offlineMsgToMongoMysql: 6000 ComponentStartErr #98

Closed
linux-8 opened this issue Jan 12, 2024 · 3 comments

Comments

@linux-8
Copy link

linux-8 commented Jan 12, 2024

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

```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

@darrennong
Copy link

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

@kubbot
Copy link
Contributor

kubbot commented Apr 7, 2024

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@kubbot
Copy link
Contributor

kubbot commented Apr 14, 2024

This issue was closed because it has been stalled for 7 days with no activity.

@kubbot kubbot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants