Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/apache-kafka/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot 升级到Spring Boot 2.4和Kafka streams 2.6.0后发送获取请求时出错_Spring Boot_Apache Kafka_Apache Kafka Streams - Fatal编程技术网

Spring boot 升级到Spring Boot 2.4和Kafka streams 2.6.0后发送获取请求时出错

Spring boot 升级到Spring Boot 2.4和Kafka streams 2.6.0后发送获取请求时出错,spring-boot,apache-kafka,apache-kafka-streams,Spring Boot,Apache Kafka,Apache Kafka Streams,由于我已经将我的应用程序升级到了springboot2.4和兼容的springcloud,我遇到了以下错误 org.apache.kafka.common.errors.DisconnectException: null org.apache.kafka.common.errors.TimeoutException: Failed to send request after 30000 ms. 我在以前的版本《卡夫卡流2.5.1》中没有遇到这些错误。我不认为这真的是一个网络问题,因为所有的流都

由于我已经将我的应用程序升级到了
springboot2.4
和兼容的
springcloud
,我遇到了以下错误

org.apache.kafka.common.errors.DisconnectException: null
org.apache.kafka.common.errors.TimeoutException: Failed to send request after 30000 ms.
我在以前的版本《卡夫卡流2.5.1》中没有遇到这些错误。我不认为这真的是一个网络问题,因为所有的流都在按预期运行和处理消息。我还注意到,这些错误只出现在
还原使用者中,而不是其他使用者。我错过了什么