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

Menu