-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Description
had in issue with the bean running in test one, did some searching and found out that this specific error can be fixed by just adding
general: kafka-topic: transaction-topic
in the application.yml
Though not covered it could have been a mistake so to anyone that has the same issue after adding all the dependencies properly this is the fix that helped me. Also to any of the engineers who worked on this project(Yes Josiah I am talking about you) correct me if I am wrong if this wasn't the correct way to do it and there is a more proper way, first time working with spring boot so any advice would be very much appreciated. Also thank you to all the engineers that worked on this project its really fun.
Update: yeah the kafka topic in application.yml was accidently not added, in task two you discuss on how its already added but it seems the github it was missing or ignored, (didn't look into why) please update so no one else struggles like I did when the first task failed originally failed.