code-not-found / spring-kafka

spring-kafka projects
https://www.codenotfound.com/spring-kafka
MIT License
229 stars 419 forks source link

import example.avro.User; #3

Closed zeeshanzsh closed 6 years ago

zeeshanzsh commented 7 years ago

I didnt not find User file in the project import example.avro.User;

code-not-found commented 7 years ago

Hi,

That is correct, you need to run: mvn generate-sources so that the Avro plugin generates this class.