背景

项目基本信息

  • Spring Cloud:Hoxton.SR10
  • Spring Boot:2.3.9.RELEASE
  • 之前升级过版本:Greenwich.SR2,2.1.6.RELEASE

报错信息

项目里新增了一个Kafka的Topic,结果启动的时候报错:

org.springframework.cloud.stream.binding.BindingService [330] -| Failed to create producer binding; retrying in 30 seconds

org.springframework.cloud.stream.provisioning.ProvisioningException: Provisioning exception encountered for drug-standard-batch-update-message-output; nested exception is org.apache.kafka.common.errors.UnsupportedVersionException: Creating topics with default partitions/replication factor are only supported in CreateTopicRequest version 4+. The following topics need values for partitions and replicas: [xxx-xxxx]

Kafaka报错:Creating topics with default partitions/replication factor are only supported in CreateTopi相关推荐

  1. kafka完美解决报错:Error while executing topic command:Replication factor:3 larger than available brokers:0

    kafka完美解决报错:Error while executing topic command:Replication factor:3 larger than available brokers:0 ...

  2. pip list报错:DEPRECATION: The default format will switch to columns in the future.

    pip list报错:DEPRECATION: The default format will switch to columns in the future. sudo gedit ~/.pip/p ...

  3. STM32 Keil5报错-Target uses ARM-Compiler ‘Default Compiler Version 5‘ which is not available-安装编译器解决

    现象 Keil MDK 5.3.6__编译代码报错:Target uses ARM-Compiler 'Default Compiler Version 5' which is not availab ...

  4. 安装ROS使用sudo rosdep init 报错ERROR: cannot download default sources list from:

    Author: 杭州电子科技大学-自动化学院-智能系统和机器人研究中心-Jolen Xie Q:安装ROS使用rosdep init报错 sudo apt install python-rosdep ...

  5. 创建table报错 [Err] 1067 - Invalid default value for ‘XXX‘

    执行sql报错 CREATE TABLE `tablename` (`id` INT (10) UNSIGNED NOT NULL AUTO_INCREMENT,`Type` enum ('aa', ...

  6. Redis:报错Creating Server TCP listening socket *:6379: bind: No error

    错误: window下启动redis服务报错: Creating Server TCP listening socket *:6379: bind: No error 原因: 端口6379已被绑定,应 ...

  7. CCS报错 creating output section XXXXXXXXX without SECTIONS specification 解决方法

    是CMD的问题,标题中XXXXXXXXX可能为某段程序.在CMD文件中未定义程序存放的位置. 比如说,报了 creating output section csmpasswds without SEC ...

  8. Unity报错之【发布UWP显示“Could not find any supported UWP SDK installations”】

    这是由于UWP发布需要借助VisualStudio来发布,VisualStudio需要安装UWP SDK支持. 打开VisualStudioInstaller,点击修改,在单个组件列表中找到 下载安装 ...

  9. 迁移数据时 timestamp类型字段报错: 1067 - Invalid default value for 'login_time'

    MySQL数据库升级 8.0.13,原版本5.5:执行导出来的SQL文件时报错 1067 - Invalid default value for 'login_time' 原因:MySQL 5.6以后 ...

最新文章

  1. 为什么不记录慢速查询?
  2. CentOS Linux解决Device eth0 does not seem to be present
  3. 外部排序---置换选择+败者树
  4. python安装不了jupyter_求救 python3.8安装jupyter报错无“winpty.h”
  5. linux 线程退出 signal,Linux signal 那些事儿 (3)
  6. TCP/IP:IP多播选路
  7. DTS-SHOP微信小程序多店铺商城平台java源码
  8. 【Linux】文件IO --- sync、fsync、fdatesync
  9. Redis读写分离技术解析
  10. SAP系统的模块分类
  11. LayoutInflater类的作用与用法
  12. Git commit文件提交到仓库失败原因——Author identity unknown
  13. imap服务器不支持身份验证方法,POP/IMAP 客户端身份验证失败 | Microsoft Docs
  14. 北京上地海淀IDC数据中心机房托管-永丰数据中心
  15. 计算机组成原理总复习——题目练习
  16. FTP自动上传/下载对应目下多个人间
  17. maven 3.6.3 下载与详细配置图文教程(基于win10系统)
  18. 高等数学学习笔记——第五十讲——可降阶的高阶微分方程
  19. 微信公众平台开发(11)--用户管理,获取关注用户的信息
  20. 企业订货系统,手机订货系统整理了一下内容介绍和功能名称

热门文章

  1. 计算机教师培训感悟反思,教学工作反思感悟
  2. (电脑软件启动无法验证)win10专业版如何解决无法验证发布者
  3. openlayers给要素加文字注记
  4. Github上利用win10使用TensorFlow(GPU)上如何去训练一个目标多分类检测的例子
  5. 不可逆加密算法MD5 SHA与可逆加密算法Base64
  6. MMC、EMMC、MCP、EMCP区别
  7. 一些常用的mysql语句实例-以后照写2
  8. 莫队算法二(树上莫队cot2,Haruna’s Breakfast)
  9. 带分页存储管理系统中计算机应用自考,全国2012年4月高等教育自学考试计算机应用技术试题...
  10. XML Schema学习札记(1)——基础总览