Kafka启动报错 | ‘org.springframework.kafka.config.internalKafkaListenerEndpointRegistry‘ | 大别山码将
Failed to start bean 'org.springframework.kafka.config.internalKafkaListenerEndpointRegistry'; nested exception is org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic
·
Failed to start bean 'org.springframework.kafka.config.internalKafkaListenerEndpointRegistry'; nested exception is org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
报错截图:
这是使用kafka时会经常遇到的一个错误,我把自己常用的有效解决办法记录下来
如果出现这样的问题,首先多启动几次kafka(有时候kafka可能没有启动好),如果重启Kafka无效,就按照下面的方法:
由于Kafka在windows系统下经常崩溃(Linux系统下很稳定),我们进行以下处理:
将配置在D:\work\data 下的kafka-logs(kafka日志)文件删除
以下是我的配置:
删除kafka日志后注意要再次重启kafka:
操作Kafka的基本命令:
kafka根目录cmd开启命令行
bin\windows\zookeeper-server-start.bat config\zookeeper.properties
cmd再开启一个命令行
bin\windows\kafka-server-start.bat config\server.properties
kafka启动成功!!!
更多推荐
已为社区贡献9条内容
所有评论(0)