The project-search-service service is used to create/update/search/delete the projectRecord on ElasticSearch. It will consume the data from kafka topic and inserts into Elasticsearch
Kakfa should up and run on 9092
ElasticSearch should up and run on 9206
Please use the ENV variable to change the above configurations. Please use spring profiles to use ENV specific configurations
Use eclipse/intellij or manually build the project using maven -> "mvn clean compile package" from the project directory
java -jar -Dspring.profiles.active=dev ./target/app.jar
Please refer project-setup repository
use swagger API -> http://localhost:4203/swagger-ui.html
Also, can download image (ashwinluke/project-search-service:latest) from dokcer hub