Open alonsoir opened 6 years ago
Hi Shrman007658, nice to meet you. Thank you for offering your help.
Excuse me for not having been able to respond before, my fault, I have not paid enough attention to the requests. Please download the project, put it to work, anything you need, ask and I will help you. Ideally, the project should be updated first to the updated versions of the libraries, to the most updated java version. At the time I started the project, java8 was the LTS version.
This project is actually two, the one that does the push to the topic is https://github.com/alonsoir/demo-quartz, basically saves in a database and does the push, the C in the CQRS pattern.
This project for which you have shown interest, basically listens to the topic and saves in the database complying with the asynchronous reading pattern, the R of CQRS
The project demo-kafka-elasctic basically does the following: Listening a topic to save messages to a database. The messages basically are bitcoin quotation. You can do whatever you want, I just suggest that you first understand the code of the two projects, so that after you have them internalized, do what you think best. I think it is the best and it will surely be more fun for you.
Have fun and take care.
Hey! I am interested in this issue! I am new to open-source! Can you walk me through?