You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
applications.yml is empty when you fork it from the repo (I assume this must be an error). What helped me to get the tasks running is configuring the kafka producer and adding a Kafka-topic.
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.
The text was updated successfully, but these errors were encountered: