Spring boot integration kafka packaging failed

problem description

spring boot Integration Java appears could not be established. when packaged How can Broker may not be available skip this step

related codes

configure as follows

spring:
  kafka:
    bootstrap-servers: xxxx.xxx:9092
    consumer:
      group-id: test
      key-deserializer: org.apache.kafka.common.serialization.StringDeserializer
      value-deserializer: org.apache.kafka.common.serialization.StringDeserializer
      client-id: test01

what result do you expect? What is the error message actually seen?

should be a configuration problem, doubbo also has this problem, configuration can solve, but kafka is not very clear


problems with this setting

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36462-2c019.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36462-2c019.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?