-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Missing files in kafka microservice streaming example #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ksbalan2018 I think this is because on the
|
I executed Where exactly should this package be? Is part of the build process meant to create it? If so, is it meant to generate a JAR, or some actual source files? Just so I know where to look to see if I can find the generated artefacts in case I need to manually add them to my project or something. Thanks. |
@yonigibbs ' issue has been resolved in #160 and I believe @Miro-Marinov 's response resolves @ksbalan2018 's issue, I'm closing this ticket for now. |
@yonigibbs just to confirm I did the same command as above and did not encounter the reported issue.
|
Cool, thanks very much for looking into this. I did a bit more investigation, and now think I've got to the bottom of this issue, so I'll explain in case anyone else comes across the problem. Firstly, to answer my question above, the generated source files go here:
If you do encounter the problem, the solution is to find this folder in your IDE (I'm using IntelliJ in this case): Now as to why you couldn't replicate it, @guozhangwang: I believe it's to do with the order you do things in. If you do it in this order, the problem will not occur:
However if you swap do steps 3 and 4 before 2, the problem will occur (at least it did in my case: IntelliJ on Ubuntu). For some reason IntelliJ doesn't recognise that |
Thanks for letting me know! |
I have been trying to run the micro service example locally and I noticed that files like Orderstate , product are missing from the repo. Is it a mistake in packaging the code or I am missing something
The text was updated successfully, but these errors were encountered: