【Kafka】Failed to send data to Kafka: Failed to allocate memory within the configured max blocking

1.美图

在这里插入图片描述

2.背景

报错

java.lang.Exception: Failed to send data to Kafka: Failed to allocate memory within the configured max blocking time 60000 ms.
        at org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerBase.checkErroneous(FlinkKafkaProducerBase.java:376)
        at org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducer010.invoke(FlinkKafkaProducer010.java:352)
        at org.apache.flink.streaming.api.operators.StreamSink.processElement(StreamSink.java:56)
        
发布了1263 篇原创文章 · 获赞 465 · 访问量 161万+

猜你喜欢

转载自blog.csdn.net/qq_21383435/article/details/105633651