admin管理员组

文章数量:1187855

I have look around here at SO and other web searches but I am not able to see what I am missing. I followed a tutorial on Springboot + kafka reactor + spring webflux from this github ...

you can see the code in the link above and the setup in that demo tutorial is very simple but simply checkout the project from github and try to build you will see the following error:

`*************************** APPLICATION FAILED TO START


Description:

Parameter 0 of method kafkaReceiver in com.springboot.kafka.reactor.with.webflux.demo.springboot.config.ReactiveKafkaConsumerConfig required a bean of type 'java.lang.String' that could not be found.

Action:

Consider defining a bean of type 'java.lang.String' in your configuration.

`

I looked similar posts here at SO but for not able to figure out what I am missing.

本文标签: