JavaShuo
栏目
标签
Kafka0.10创建生产者向topic中写数据时报错:ERROR Error when sending message to topic track with key: null, value: 1
时间 2021-01-16
栏目
Kafka
繁體版
原文
原文链接
我用三台虚拟机建立了一个Kafka集群,启动之后创建一个生产者,向topic中写数据时,报如下错误: 然后我查看了一下日志文件: 看了日志文件之后,是因为Kafka中的数据无法和其他机器进行同步。 于是我查看了一下刚才创建的topic的信息: ./bin/kafka-topics.sh --describe --zookeeper L1:2181,L2:2181,L3:2181 --topic t
>>阅读原文<<
相关文章
1.
Error when sending message to topic test with key: null, value: 2 bytes with error: (org.apache.kafk
2.
【kafka】Exception thrown when sending a message with key='null' and payload='lizhenjuan;99' to topic
3.
kafka Exception thrown when sending a message with key='null'
4.
ERROR Error when sending message to topic test_topic with key: null, value: 3 bytes……:部署Kafka时遇到两个问题
5.
kafka使用自带zookeeper单机测试生产消息报错when sending message to topic test with key: null, value: 4 bytes with
6.
kafka无法消费消息 when sending message to topic
7.
springboot集成kafka发消息报Exception thrown when sending a message with key= and payload='1' to topic test
8.
spring boot2整合kafka及遇到Exception thrown when sending a message with key='null'问题
9.
kafka删除topic后再创建同名的topic报错(ERROR org.apache.kafka.common.errors.TopicExistsException)...
10.
CDH kafka 创建topic报错
更多相关文章...
•
PHP MySQL 创建数据库
-
PHP教程
•
SQLite 创建数据库
-
SQLite教程
•
Flink 数据传输及反压详解
•
适用于PHP初学者的学习线路和建议
相关标签/搜索
topic
40+topic
topic&partition
key&value
kafka0.10
sending
err
大数据_报错
track
message
Kafka
Redis教程
网站建设指南
PHP教程
数据传输
数据库
数据业务
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
springboot在一个项目中启动多个核心启动类
2.
Spring Boot日志-3 ------>SLF4J与别的框架整合
3.
SpringMVC-Maven(一)
4.
idea全局设置
5.
将word选择题转换成Excel
6.
myeclipse工程中library 和 web-inf下lib的区别
7.
Java入门——第一个Hello Word
8.
在chrome安装vue devtools(以及安装过程中出现的错误)
9.
Jacob线上部署及多项目部署问题处理
10.
1.初识nginx
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Error when sending message to topic test with key: null, value: 2 bytes with error: (org.apache.kafk
2.
【kafka】Exception thrown when sending a message with key='null' and payload='lizhenjuan;99' to topic
3.
kafka Exception thrown when sending a message with key='null'
4.
ERROR Error when sending message to topic test_topic with key: null, value: 3 bytes……:部署Kafka时遇到两个问题
5.
kafka使用自带zookeeper单机测试生产消息报错when sending message to topic test with key: null, value: 4 bytes with
6.
kafka无法消费消息 when sending message to topic
7.
springboot集成kafka发消息报Exception thrown when sending a message with key= and payload='1' to topic test
8.
spring boot2整合kafka及遇到Exception thrown when sending a message with key='null'问题
9.
kafka删除topic后再创建同名的topic报错(ERROR org.apache.kafka.common.errors.TopicExistsException)...
10.
CDH kafka 创建topic报错
>>更多相关文章<<